[clang-tools-extra] [clang-tidy] Header check support for check_clang_tidy.py (PR #175735)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 6 08:10:12 PST 2026


================
@@ -196,15 +210,36 @@ def get_prefixes(self) -> None:
             )
         assert expect_diagnosis or self.expect_no_diagnosis
 
+    def _sanitize_content(self, text: str) -> str:
----------------
vbvictor wrote:

Could we name this `_remove_filecheck_content` to give more precise meaning.

https://github.com/llvm/llvm-project/pull/175735


More information about the cfe-commits mailing list