[clang][Interp] Fix tests for ignored expressions
We didn't call the function explicitly in a static_assert() statement and the checkPotentialConstantExpression() invocation quietly aborted early because of the missing initializer for A::a. Fix this by calling ignoredExprs() explicitly. Differential Revision: https://reviews.llvm.org/D149965
Loading
Please sign in to comment