[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:18 PST 2026
================
@@ -0,0 +1,92 @@
+.. title:: clang-tidy - llvm-header-guard
+
+misc-header-guard
+=================
+
+Finds and fixes header guards that do not conform to the configured style
----------------
EugeneZelenko wrote:
Please synchronize with statement in Release Notes.
https://github.com/llvm/llvm-project/pull/177315
More information about the cfe-commits
mailing list