llvm-project/clang-tools-extra/unittests/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
..
CMakeLists.txt [clang-rename] Support renaming qualified symbol 2017-04-04 09:30:06 +00:00
ClangRenameTest.h clang-rename: add new -force option 2017-06-02 09:32:28 +00:00
RenameClassTest.cpp Fix compiler warnings: "ISO c99 requires rest arguments to be used" on 2017-04-07 12:37:32 +00:00