[clang] [clang] Forward `-fvalidate-ast-input-files-content` when loading an AST dump (PR #196298)

Arseniy Zaostrovnykh via cfe-commits cfe-commits at lists.llvm.org
Mon May 11 04:47:57 PDT 2026


================
@@ -0,0 +1,42 @@
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
+// RUN: split-file %s %t
+
+// Step 1: Build PCH and defmap.
+// RUN: %clang_cc1 -x c -emit-pch -fvalidate-ast-input-files-content -o %t/other.c.ast %t/other.c
+// RUN: %clang_extdef_map %t/other.c -- -c -x c > %t/externalDefMap.tmp.txt
+// RUN: sed 's| .*other\.c| other.c.ast|' %t/externalDefMap.tmp.txt > %t/externalDefMap.txt
+
+// Step 2: Run CTU using the PCH - the division by zero is found via inlining.
+// RUN: %clang_cc1 -analyze \
----------------
necto wrote:

No. I keep forgetting there is a dedicated substitution for this
67c7da349552 [NFC] Use clang_analyze_cc1



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


More information about the cfe-commits mailing list