[PATCH] D149723: [clang-tidy] Optimize performance of RenamerClangTidyCheck

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 5 10:33:11 PDT 2023


PiotrZSL updated this revision to Diff 519924.
PiotrZSL marked 3 inline comments as done.
PiotrZSL added a comment.

Use operator  + instead of hash_combine.
Use TraverseAST.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149723/new/

https://reviews.llvm.org/D149723

Files:
  clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
  clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149723.519924.patch
Type: text/x-patch
Size: 30798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230505/46d567ab/attachment-0001.bin>


More information about the cfe-commits mailing list