[PATCH] D90282: [clang-tidy] Support IgnoredRegexp configuration to selectively suppress identifier naming checks

Shane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 12:59:00 PST 2020


smhc added a comment.

Yes I thought the same wrt the doco. There is also a hungarian notation config option in the works which does the same thing.

I nearly reworked it but figured it would be best done under a separate patch

It does have the potential to be less searchable through google for specific options. Automatic generation could be used instead if that is a problem.


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

https://reviews.llvm.org/D90282



More information about the cfe-commits mailing list