summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-rename/RenamingAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-rename] Enforce LLVM policy about braces around single line control fl...Kirill Bobyrev2016-09-041-2/+1
* [clang-rename] cleanup `auto` usagesKirill Bobyrev2016-08-151-4/+4
* clang-rename: split existing options into two new subcommandsMiklos Vajna2016-08-021-6/+15
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-9/+15
* [clang-rename] speedup RenamingActionKirill Bobyrev2016-07-291-15/+9
* [clang-rename] introduce better symbol findingKirill Bobyrev2016-07-221-8/+5
* [clang-rename] exit code-related bugfix and code cleanupBenjamin Kramer2016-07-141-1/+2
* clang-rename: check that the source location we find actually has the old nameMiklos Vajna2016-05-131-1/+1
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-171-5/+2
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-031-5/+8
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-8/+5
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-2/+2
* Revert rL215947: "[clang-rename] revert r215839"Manuel Klimek2014-08-201-0/+90
* [clang-rename] revert r215839Gerolf Hoflehner2014-08-181-90/+0
* First version of a clang-rename tool.Manuel Klimek2014-08-171-0/+90
OpenPOWER on IntegriCloud