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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits