1. fc9213e Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacks by Eric Liu · 8 years ago
  2. 512fb64 Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. by Aaron Ballman · 10 years ago
  3. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  4. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  5. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  6. fa0b3bb Really sort the #include lines in unittests/... by Chandler Carruth · 13 years ago
  7. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  8. 949cc50 Tweak include order by Douglas Gregor · 13 years ago
  9. bd3d76d Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 13 years ago
  10. 6389dd1 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 13 years ago
  11. 1975e03 Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 13 years ago[Renamed (97%) from clang/unittests/ASTMatchers/RefactoringCallbacksTest.cpp]
  12. 7e22282 Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 13 years ago