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
Allow __attribute__((swift_attr)) in attribute push pragmas
This change does what it says on the tin: it allows SwiftAttr to be used with #pragma clang attribute push to add Swift attributes to large regions of header files. We plan to use this to annotate headers with concurrency information.
Reviewed at https://reviews.llvm.org/D112773. Fixes rdar://83499885.
0 commit comments