[PATCH] D158787: [clang-tidy][readability] add Leading_upper_snake_case

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 25 13:14:55 PDT 2023


PiotrZSL added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:240-245
   <clang-tidy/checks/readability/identifier-naming>` check to emit proper
   warnings when a type forward declaration precedes its definition.
 
+- Improved :doc:`readability-identifier-naming
+  <clang-tidy/readability/IdentifierNamingCheck>` allow for
+  ``Leading_upper_snake_case`` naming convention.
----------------
There is already entry for this check, so just add it to previous:

```
warnings when a type forward declaration precedes its definition and
added support for ``Leading_upper_snake_case`` naming convention.
```


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

https://reviews.llvm.org/D158787



More information about the cfe-commits mailing list