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] Check GetSwiftValidateTypeSystem where applicable (#6655)
The `VALIDATE_AND_RETURN` macros do a runtime check of `GetSwiftValidateTypeSystem`, to allow validation to be enabled/disabled. However there are some custom validations that don't use the macro. This change checks `GetSwiftValidateTypeSystem` in those custom validations too.
0 commit comments