[clang][ExprConst] Don't try to evaluate value-dependent DeclRefExprs (#67778)
The Expression here migth be value dependent, which makes us run into an assertion later on. Just bail out early. Fixes #67690
Loading
Please sign in to comment
The Expression here migth be value dependent, which makes us run into an assertion later on. Just bail out early. Fixes #67690