================

----------------
5chmidti wrote:

You have added `-check-suffix` options to each of your `RUN` lines, but none of 
your `CHECK-MESSAGES` are actually using it. E.g.,: 
```C++
// CHECK-MESSAGES-TO-BOOL-FALSE
```

Although, instead of using the suffixes to say `FALSE`, you could swap them 
around to say that the option is enabled, so `-check-suffix:TO-BOOL`. Then, the 
version with both enabled becomes `-check-suffix:TO-BOOL,FROM-BOOL`.

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

Reply via email to