[clang-tools-extra] [clang-tidy] Treat fields in anonymous records as names in enclosing scope when checking name styles (PR #75701)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 16 08:35:28 PST 2023
================
@@ -128,6 +128,11 @@ Improvements to clang-tidy
as a value for `-export-fixes` to export individual yaml files for each
compilation unit.
+- A new option `readability-identifier-naming.CheckAnonFieldInParent` is added. When set
----------------
EugeneZelenko wrote:
Please keep alphabetical order (by check name) in this section. If entry for `readability-identifier-naming` exists, append statement to it.
https://github.com/llvm/llvm-project/pull/75701
More information about the cfe-commits
mailing list