[clang-tools-extra] [clang-tidy][readability-identifier-naming] Resolve symlinks for checking style for file (PR #81985)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 16 10:46:54 PST 2024
================
@@ -164,6 +164,10 @@ Changes in existing checks
`AllowStringArrays` option, enabling the exclusion of array types with deduced
length initialized from string literals.
+- Improved :doc:`readability-identifier-naming
+ <clang-tidy/checks/readability/identifier-naming>` check in ``GetConfigPerFile: true``
----------------
PiotrZSL wrote:
use single \`, remove `: true`
https://github.com/llvm/llvm-project/pull/81985
More information about the cfe-commits
mailing list