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
Currently any type that is not an integral type, a floating type, a boolean type or a pointer type is assigned an int value Expr in ConstantFolder::synthesizeLiteral , which could cause compilation errors. We should expand this function to handle complex types, typedefs, structs, class members etc.
The text was updated successfully, but these errors were encountered:
Currently any type that is not an integral type, a floating type, a boolean type or a pointer type is assigned an int value
Expr
inConstantFolder::synthesizeLiteral
, which could cause compilation errors. We should expand this function to handle complex types, typedefs, structs, class members etc.The text was updated successfully, but these errors were encountered: