[PATCH] D86671: [clang-tidy] Add new case type to check variables with Hungarian notation
Douglas Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 16:40:10 PST 2020
dougpuob added a comment.
In D86671#2456161 <https://reviews.llvm.org/D86671#2456161>, @njames93 wrote:
> One last point, is there a way to validate that these options are only set where it makes sense. If someone tries to use say `MacroDefinitionHungarianPrefix` That could be warning worthy?
Hi @njames93, it's a good idea. I am trying to do it, thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86671/new/
https://reviews.llvm.org/D86671
More information about the llvm-commits
mailing list