================
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -emit-llvm-only -verify -Wno-everything %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 only -verify %s
```
We shouldn't need to emit LLVM IR for a Sema test, and we should not use 
`-Wno-everything` because we want to know when new diagnostic behaviors impact 
tests.

https://github.com/llvm/llvm-project/pull/198668
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to