hanchenye-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
RenamingAction.cpp clang-rename: fix formatting 2017-04-23 16:07:06 +00:00
RenamingAction.h
USRFinder.cpp
USRFinder.h
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