summaryrefslogtreecommitdiff
path: root/unittests/Tooling/RefactoringCallbacksTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed the 'id' AST matcher, which is superseded by '.bind()'Dmitri Gribenko2019-08-201-18/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacksEric Liu2017-05-101-19/+72
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-2/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-3/+3
* Tweak include orderDouglas Gregor2012-10-231-1/+1
* Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper2012-08-241-7/+7
* Finishing the move of RefactoringCallbacks and fixing the correspondingDaniel Jasper2012-07-171-1/+3
* Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper2012-07-171-0/+98