Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang-tidy] Optimize performance of RenamerClangTidyCheck
Refactor RenamerClangTidyCheck to achieve better performance by removing object copies, duplicated function calls and by using RecursiveASTVisitor. Measured -72% execution time on bugprone-reserved-identifier. Reviewed By: njames93 Differential Revision: https://reviews.llvm.org/D149723
- Loading branch information