forked from OSchip/llvm-project
a0ce632079
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 |
||
---|---|---|
.. | ||
tool | ||
CMakeLists.txt | ||
RenamingAction.cpp | ||
RenamingAction.h | ||
USRFinder.cpp | ||
USRFinder.h | ||
USRFindingAction.cpp | ||
USRFindingAction.h | ||
USRLocFinder.cpp | ||
USRLocFinder.h |