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
In at least llvm 3.8 the values of type i1 appear as true or false instead of 18446744073709551615 (which seems odd for a "1 bit" value). We should make the printing of these literals take into account the type.
In at least llvm 3.8 the values of type
i1
appear astrue
orfalse
instead of18446744073709551615
(which seems odd for a "1 bit" value). We should make the printing of these literals take into account the type.For example
The text was updated successfully, but these errors were encountered: