[clang-tools-extra] [llvm] [clang-tidy] New check `misc-header-guard` (PR #177315)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 07:23:19 PST 2026
================
@@ -134,6 +134,11 @@ New checks
Checks for presence or absence of trailing commas in enum definitions and
initializer lists.
+- New :doc:`misc-header-guard <clang-tidy/checks/misc/header-guard>` check.
+
+ Finds and fixes header guards.
+
+
----------------
EugeneZelenko wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/177315
More information about the cfe-commits
mailing list