[clang-tools-extra] [clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (PR #84236)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 00:34:56 PST 2024
================
@@ -229,7 +229,8 @@ Changes in existing checks
- Improved :doc:`readability-identifier-naming
<clang-tidy/checks/readability/identifier-naming>` check in `GetConfigPerFile`
- mode by resolving symbolic links to header files.
+ mode by resolving symbolic links to header files. Fixed handling of Hungarian
----------------
PiotrZSL wrote:
It's not documented, just an "idea". Release notes in Clang-tidy 17 were a little bit unreadable, so in Calng-tidy 18 I push a little bit to unify them: https://releases.llvm.org/18.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://github.com/llvm/llvm-project/pull/84236
More information about the cfe-commits
mailing list