Anthony Latsis
5e41794680
AST: Quote attributes more consistently in DiagnosticsSema.def
2025-04-23 19:18:08 +01:00
Yuta Saito
ac440c336a
[wasm] Accept multiple @_expose on a single function decl
...
But multiple @_expose with the same exposure kind are still invalid.
2023-09-26 14:13:43 +00:00
Yuta Saito
6d378a3ec3
[wasm] add @_expose(wasm) attribute support
...
This attribute instructs the compiler that this function declaration
should be "export"ed from this .wasm module. It's equivalent of Clang's
`__attribute__((export_name("name")))`
2023-09-26 14:13:33 +00:00
Alex Lorenz
7bf7642d51
[interop][SwiftToCxx] support @_expose attribute on initializers
2022-08-29 07:41:49 -07:00
Alex Lorenz
8de79390be
[interop][SwiftToCxx] add @_expose(Cxx) attribute support
...
This attribute instructs the compiler that this declaration should be included in the generated C++ bindings
2022-08-24 10:14:07 -07:00