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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
