[PATCH] D126247: `readability-indentifier-naming` resolution order and examples

Kazys Stepanas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 15:28:31 PDT 2022


KazNX created this revision.
KazNX added reviewers: whisperity, clang-tools-extra.
KazNX added a project: clang-tools-extra.
Herald added a subscriber: rnkovacs.
Herald added a project: All.
KazNX requested review of this revision.
Herald added a subscriber: cfe-commits.

Added extensive documentation to identify the order in which `readability-identifier-naming` attempts to resolve its classifications. This is followed by an exhaustive code example covering all identifiers commented with their appropriate classifications. This seeks to provide improved information for those seeking to define a particular naming standard.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126247

Files:
  clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126247.431498.patch
Type: text/x-patch
Size: 15946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220523/bdafb1c0/attachment.bin>


More information about the cfe-commits mailing list