[clang-tools-extra] clang tidy: add header ignore option to include duplicate files (PR #167046)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 8 12:55:12 PST 2025
================
@@ -0,0 +1,2 @@
+// dummy other.h (should warn on duplicate includes)
+#pragma once
----------------
vbvictor wrote:
add neline
https://github.com/llvm/llvm-project/pull/167046
More information about the cfe-commits
mailing list