https://github.com/Sirraide commented:
Oh yeah, `<=` is rather horrible—I had to write that down as a truth table to figure out for sure what that’s supposed to do—but `!(x && !y)` gives me just as much of a headache; I’d very much prefer `(!x || y)`; fewer operators are easier to read imo. https://github.com/llvm/llvm-project/pull/102948 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits