You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to handle the new cast in the constant expression evaluator (clang/lib/AST/ExprConstant.cpp)
Support to handle this cast should be added to:
VectorExprEvaluator::VisitCastExpr
RecordExprEvaluator::VisitCastExpr
ArrayExprEvaluator::VisitCastExpr (There is currently no such function but I believe it should be added).