@swift-ci please smoke test
@swift-ci please build toolchain Linux platform
@swift-ci please build toolchain Windows platform
@swift-ci please build toolchain macOS platform
Looks great, thank you!
196 | #pragma clang diagnostic push | ||
197 | #pragma clang diagnostic ignored "-Wreturn-type-c-linkage" | ||
198 | extern "C" BridgedStringRef | ||
199 | swift_ASTGen_extractInlinableText(BridgedASTContext ctx, |
Thank you!
The macOS toolchain build is broken by - error: no template named 'span' in namespace 'std'
which is unrelated to this change.
Login to write a write a comment.
Resolve various warnings that were introduced recently into the compiler and stdlib builds. See individual commits for specific justifications.