llvm-project/clang-tools-extra/clang-rename
Miklos Vajna a0ce632079 clang-rename: add new -force option
Summary:
    The use-case is when renaming a widely used name, like a lower-level
    class in a codebase and clang-rename is simply invoked for each
    translation unit based on the compile database. In this case it's not
    interesting to show errors: not finding the symbol means there is
    simply nothing to do.

Reviewers: klimek

Reviewed By: klimek

Differential Revision: https://reviews.llvm.org/D32403

llvm-svn: 304534
2017-06-02 09:32:28 +00:00
..
tool clang-rename: add new -force option 2017-06-02 09:32:28 +00:00
CMakeLists.txt [clang-rename] Support renaming qualified symbol 2017-04-04 09:30:06 +00:00
RenamingAction.cpp clang-rename: fix formatting 2017-04-23 16:07:06 +00:00
RenamingAction.h [clang-rename] Support renaming qualified symbol 2017-04-04 09:30:06 +00:00
USRFinder.cpp [clang-rename] Support renaming qualified symbol 2017-04-04 09:30:06 +00:00
USRFinder.h [clang-rename] Fix Clang-tidy and IWYU warnings; other minor fixes 2016-09-04 22:19:52 +00:00
USRFindingAction.cpp clang-rename: add new -force option 2017-06-02 09:32:28 +00:00
USRFindingAction.h clang-rename: add new -force option 2017-06-02 09:32:28 +00:00
USRLocFinder.cpp clang-rename: fix formatting 2017-04-23 16:07:06 +00:00
USRLocFinder.h clang-rename: fix formatting 2017-04-23 16:07:06 +00:00