summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
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-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [rename] support renaming class member.Haojian Wu2017-10-251-0/+49
* [rename] Don't overwrite the template argument when renaming a template funct...Haojian Wu2017-10-231-1/+6
* [clang-rename] Rename alias.Haojian Wu2017-10-181-60/+59
* [clang-rename] Rename enum.Haojian Wu2017-10-171-4/+40
* [clang-rename] Add function unit tests.Haojian Wu2017-10-161-0/+23
* [clang-rename] Don't add prefix qualifiers to the declaration and definition ...Haojian Wu2017-10-111-26/+49
* [rename] Introduce symbol occurrencesAlex Lorenz2017-08-141-13/+12
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-131-74/+16
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-301-0/+509