[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
================
@@ -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.
----------------
EugeneZelenko wrote:
Looks like documentation linter job was not launched. Please keep alphabetical order (by check name) in this list.
https://github.com/llvm/llvm-project/pull/177315
More information about the cfe-commits
mailing list