summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-rename] Respect the traversal scope when traversing the entire AST.Haojian Wu2019-11-071-1/+1
* [clang-rename] NFC, make getCanonicalSymbolDeclaration robust on nullptr input.Haojian Wu2019-10-251-0/+2
* [clang-rename] Fix a crash when renaming a class without definition.Haojian Wu2019-10-041-0/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [clang-rename] Fix and enable the failing TemplatedClassFunction test.Haojian Wu2017-10-251-0/+20
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-141-0/+6
* clang-rename: let -force handle multiple renamesMiklos Vajna2017-09-111-1/+4
* [rename] NFC, extract symbol canonicalization logic into functionAlex Lorenz2017-08-021-7/+16
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-301-0/+236
OpenPOWER on IntegriCloud