[PATCH] D76606: [clang-tidy] Warn on invalid "case" configurations for readability-identifier-naming
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 23 06:31:07 PDT 2020
njames93 added a comment.
I'm not too sure how many other checks are like this, but I feel that this functionality could maybe be brought out of this check and into the Options to let more checks that take enum like configurations to use it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76606/new/
https://reviews.llvm.org/D76606
More information about the cfe-commits
mailing list