[PATCH] D90282: [clang-tidy] Add IgnoreShortNames config to identifier naming checks
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 06:19:28 PST 2020
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, but please wait for @njames93 in case they have additional feedback.
================
Comment at: clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h:64
+ // Store both compiled and non-compiled forms so original value can be
+ // serialised
+ llvm::Regex IgnoredRegexp;
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90282/new/
https://reviews.llvm.org/D90282
More information about the cfe-commits
mailing list