[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
Thu Mar 7 12:46:42 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:
One entry per check. One sentence per change.
https://github.com/llvm/llvm-project/pull/84236
More information about the cfe-commits
mailing list