summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/Refactoring/Rename
Commit message (Expand)AuthorAgeFilesLines
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Port getLocEnd -> getEndLocStephen Kelly2018-08-092-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-092-4/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-094-8/+8
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang-refactor] Get rid of OccurrencesFinder in RenamingAction, NFCHaojian Wu2017-11-081-18/+9
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-0/+56
* [refactor] Fix a clang-tidy warning.Haojian Wu2017-10-301-1/+2
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-271-57/+29
* [rename] support renaming class member.Haojian Wu2017-10-251-0/+49
* [clang-rename] Fix and enable the failing TemplatedClassFunction test.Haojian Wu2017-10-251-0/+20
* [rename] Don't overwrite the template argument when renaming a template funct...Haojian Wu2017-10-231-1/+6
* Fix a few nits in RenamingAction.Haojian Wu2017-10-191-2/+2
* [clang-rename] Rename alias.Haojian Wu2017-10-181-60/+59
* [clang-rename] Rename enum.Haojian Wu2017-10-171-4/+40
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-5/+4
* [clang-rename] Add function unit tests.Haojian Wu2017-10-161-0/+23
* Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz2017-10-131-11/+13
* [clang-rename] Don't add prefix qualifiers to the declaration and definition ...Haojian Wu2017-10-111-26/+49
* Revert r315087Alex Lorenz2017-10-061-13/+11
* [refactor] add support for refactoring optionsAlex Lorenz2017-10-061-11/+13
* [refactor] Simplify the refactoring interfaceAlex Lorenz2017-10-021-33/+57
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-142-0/+67
* clang-rename: let -force handle multiple renamesMiklos Vajna2017-09-112-2/+10
* [clang] Code cleanup in clang/toolingAlexander Shaposhnikov2017-08-151-1/+1
* [rename] Introduce symbol occurrencesAlex Lorenz2017-08-143-39/+107
* [rename] NFC, extract symbol canonicalization logic into functionAlex Lorenz2017-08-021-7/+16
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-132-197/+72
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-304-0/+1092