[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 12:44:32 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:

I think it should be separate item in Release notes unrelated to symlinks.

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


More information about the cfe-commits mailing list