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
Implement necessary code in clang/lib/AST/ExprConstant.cpp to support the flat cast (unofficial name)
See PR for implementation of this cast #118842
Support to handle this cast should be added to:
FloatExprEvaluator::VisitCastExpr
IntExprEvaluator::VisitCastExpr
VectorExprEvaluator::VisitCastExpr
RecordExprEvaluator::VisitCastExpr
ArrayExprEvaluator::VisitCastExpr (There is currently no such function but I believe it should be added).
The text was updated successfully, but these errors were encountered:
Implement necessary code in clang/lib/AST/ExprConstant.cpp to support the flat cast (unofficial name)
See PR for implementation of this cast #118842
Support to handle this cast should be added to:
The text was updated successfully, but these errors were encountered: