[clang] [Clang] Handle ?: operator in fold expression (PR #164019)

via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 30 12:06:27 PST 2025


Sirraide wrote:

> Could something else suppress `ExprError()`?

Returning `ExprError()` isn’t the same as issuing an error; we only consider compilation to have failed if an actual error _diagnostic_ is emitted.

https://github.com/llvm/llvm-project/pull/164019


More information about the cfe-commits mailing list