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
[ClangImporter] Do not import DynamicRangePointerType and ValueTerminatedType (#77910)
DynamicRangePointerType and ValueTerminatedType are new Clang
types for -fbounds-safety, annotated with the 'ended_by' and the
'terminated_by' attributes. This adds visitors for these types in
ClangImporter so Swift still builds with Clang that has these new
types.
0 commit comments