Skip to content

Commit

Permalink
[clang-tidy] Optimize performance of RenamerClangTidyCheck
Browse files Browse the repository at this point in the history
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
PiotrZSL committed May 6, 2023
1 parent c3d1651 commit 1c28205
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 298 deletions.

0 comments on commit 1c28205

Please sign in to comment.