[clang-tools-extra] [clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (PR #84236)

Dmitry Polukhin via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 7 13:39:29 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
----------------
dmpolukhin wrote:

> One entry per check. One sentence per change.

I don't think it is common practice, see https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html I see 6 entries about `readability-identifier-naming`. Does it change recently and documented somewhere?

https://github.com/llvm/llvm-project/pull/84236


More information about the cfe-commits mailing list