[PATCH] D90832: [clang-tidy] Extend IdentifierNamingCheck per file config

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 01:47:50 PST 2020


njames93 created this revision.
njames93 added reviewers: aaron.ballman, alexfh, gribozavr2.
Herald added subscribers: cfe-commits, xazax.hun.
Herald added a project: clang.
njames93 requested review of this revision.

Add IgnoreMainLikeFunctions to the per file config. This can be extended for new options added to the check easily.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90832

Files:
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90832.303060.patch
Type: text/x-patch
Size: 10721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201105/786c1d75/attachment-0001.bin>


More information about the cfe-commits mailing list