================
@@ -1,40 +1,72 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -DFWRAPV -fwrapv -verify %s
----------------
nikic wrote:

I'm not very familiar with `-verify` tests, but may there is some way to avoid 
these ifdefs using prefixes? Something like this maybe?
```suggestion
// RUN: %clang_cc1 -fsyntax-only -DFWRAPV -fwrapv -verify=fwrapv %s

// fwrapv-no-diagnostics
```

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

Reply via email to