[clang] Stop double-diagnosing explicit convert operator in switch condition (PR #89142)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 06:12:02 PDT 2024


erichkeane wrote:

> Did you try to use `ExprDependence::Error`?

I've only ever seen that used in regards to the `RecoveryExpr`, so I think I am?  Also, `RecoveryExpr` doesn't really have a way of changing its dependence to anything but what it is.

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


More information about the cfe-commits mailing list