1. 0dc8fd7 [clang-tidy] Fix one corner case in make-unique check. by Haojian Wu · 8 years ago
  2. c159aa6 [clang-tidy] Don't generate fixes for invalid new expr location in modernize-make-unique. by Haojian Wu · 8 years ago
  3. 0e9a8a5 [clang-tidy] Don't generate fix for argument constructed from std::initializer_list. by Haojian Wu · 8 years ago
  4. 3f49594 [clang-tidy] A follow-up fix of braced-init-list constructors in make-unique check. by Haojian Wu · 8 years ago
  5. 80330ff [clang-tidy] Ignore statements inside a template instantiation. by Haojian Wu · 8 years ago
  6. 4b956cb [clang-tidy] Don't generate fixes for initializer_list constructor in make_unique check. by Haojian Wu · 8 years ago
  7. be5d448 [clang-tidy] Fix another crash in make-unique check. by Haojian Wu · 8 years ago
  8. 115b707 [clang-tidy] Ignore macros in make-unique check. by Haojian Wu · 8 years ago
  9. dc1c761 [clang-tidy] Support initializer-list constructor cases in modernize-make-unique. by Haojian Wu · 8 years ago
  10. b1c7432 [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used by Alexander Kornienko · 8 years ago
  11. 040c0f9 [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/unique checks. by Haojian Wu · 8 years ago
  12. 7663deb [clang-tidy] Handle new array expressions in modernize-make-unique check. by Haojian Wu · 8 years ago
  13. 665494c [clang-tidy] Fix type names in modernize-use-unique/shared_ptr checks. by Haojian Wu · 8 years ago
  14. 54c5a54 [clang-tidy] Enhance modernize-make-unique to handle unique_ptr.reset() by Malcolm Parsons · 9 years ago
  15. d57be70 [clang-tidy] modernize-make-{smart_ptr} private ctor bugfix by Piotr Padlewski · 9 years ago
  16. e93a73f [ASTMatchers] Added ignoringParenImpCasts to has matchers by Piotr Padlewski · 9 years ago
  17. ce18ade [clang-tidy] Add modernize-make-shared check by Piotr Padlewski · 10 years ago