Allan Shortlidge
7bfc448a30
AST: Print the custom attributes attached to AttributedTypeRepr.
...
This ensures that global actor attributes are included when printing a `TypeRepr` representing a global actor bound function type.
Resolves rdar://105475701
2023-02-15 18:13:52 -08:00
Allan Shortlidge
747f286b8d
ModuleInterface: Adopt new swiftinterface verification lit substitutions pervasively in tests where they can be adopted by simply updating or adding a few RUN: lines.
2022-04-15 20:13:00 -07:00
Doug Gregor
a6b586ded7
Ensure that we print @Sendable when printing TypeReprs.
...
Fixes rdar://85453819.
2022-03-09 17:51:36 -08:00
Karoy Lorentey
e2cfab4f28
[stdlib][test] Adopt availability macros in tests
2021-10-31 15:00:58 -07:00
Doug Gregor
1e2012d816
Disable availability checking in tests that use concurrency
2021-07-20 12:46:26 -07:00
Slava Pestov
cdbba60674
AST: ASTPrinter support for 'reasync'
...
Part of <rdar://problem/71098795>.
2021-02-15 22:18:54 -05:00
John McCall
a8464dcaf1
Implicitly import _Concurrency under -enable-experimental-concurrency
2020-10-22 00:53:15 -04:00
Brent Royal-Gordon
0a94737ff1
Emit -enable-experimental-concurrency into module interfaces
...
…when the module is built with that flag. Fixes rdar://69322538.
2020-09-24 15:26:10 -07:00