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
[lldb] Wire up preliminary support for BuiltinFixedArray
This is both partially incorrect due to missing stride computation and
only works in SwiftASTContext right now due to missing Reflection
support on the compiler side.
But it eliminates the nasty warnings in SwiftASTContext.cpp and works
for byte-aligned arrays.
0 commit comments