mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now that the macro expansion machinery is wrapping the contents of a
body macro in curly braces, parse it as a single brace statement. This
has the advantage of giving us real locations for `{` and `}` rather
than synthesizing them, and simplifies the implementation of macro
body expansion somewhat.
11 KiB
11 KiB