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
FD: refactor API names a little
I feel like these two functions are different enough that their names should not indicate complete symmetry. I am not sure what the best names would be, though... `@oli-obk` any opinions?
@am0d reported that this code: https://gist.github.com/3885764 causes this assertion failure:
Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")```
The assertion failure is the same as in #2718, but it must be at least a slightly different bug, as the test for #2718 passes.
If I change the struct definition in the code to:
it compiles successfully.
The text was updated successfully, but these errors were encountered: