[PATCH] D126134: [clang-tidy] Improve add_new_check.py to recognize more checks
Richard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 23 07:59:24 PDT 2022
LegalizeAdulthood marked 2 inline comments as done.
LegalizeAdulthood added a comment.
Another observation:
If some new pattern comes up and fixits aren't recognized for a check, it might be better
to switch to a whitelist for checks with fixits rather than going crazier on the file scraping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126134/new/
https://reviews.llvm.org/D126134
More information about the cfe-commits
mailing list