Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BoundsSafety] Do not check for bounds-attr output arguments in dependent contexts #9767

Open
wants to merge 1 commit into
base: stable/20240723
Choose a base branch
from

Conversation

ziqingluo-90
Copy link

Same as #9733 but towards stable/20240723

(rdar://141708643)

@ziqingluo-90 ziqingluo-90 requested a review from a team as a code owner December 19, 2024 00:48
@ziqingluo-90
Copy link
Author

@swift-ci test

@ziqingluo-90 ziqingluo-90 force-pushed the ziqing/stable20240723/eng/PR-141708643 branch from 7a4ba22 to 288ffe2 Compare December 19, 2024 00:59
@ziqingluo-90
Copy link
Author

@swift-ci test llvm

@ziqingluo-90
Copy link
Author

@swift-ci test

…dent contexts (swiftlang#9733)

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)

(cherry picked from commit d4329b6)
@ziqingluo-90 ziqingluo-90 force-pushed the ziqing/stable20240723/eng/PR-141708643 branch from 288ffe2 to 37480ab Compare December 19, 2024 23:13
@ziqingluo-90
Copy link
Author

@swift-ci test
@swift-ci test llvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant