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
[BoundsSafety] Do not check for bounds-attr output arguments in dependent contexts (#9733) (#10029)
The bounds-attribute-only mode may be applied to C++ programs, where
attributed functions/fields may be used in dependent contexts such as
a template. DO NOT type check at those places. Their instantiations
will still be checked.
(rdar://141708643)
0 commit comments