Skip to content

Commit 1c28205

Browse files
committed
[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
1 parent c3d1651 commit 1c28205

File tree

2 files changed

+320
-298
lines changed

2 files changed

+320
-298
lines changed

0 commit comments

Comments
 (0)