================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 %s -verify
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -E %s -verify
```
This ensures we only run the preprocessing steps, which should still report the 
diagnostics.

https://github.com/llvm/llvm-project/pull/138165
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to