Files
swift-mirror/include/swift/Parse
Doug Gregor 6bb9cb8b5d [Macros] Always parse macro expansions, diagnose later
Always parse macro expansions, regardless of language mode, and
eliminate the fallback path for very, very, very old object literals
like `#Color`. Instead, check for the feature flag for macro
declaration and at macro expansion time, since this is a semantic
restriction.

While here, refactor things so the vast majority of the macro-handling
logic still applies even if the Swift Swift parser is disabled. Only
attempts to expand the macro will fail. This allows us to enable the
macro-diagnostics test everywhere.
2023-01-02 21:22:04 -08:00
..
2022-11-16 14:52:28 -08:00
2022-11-16 14:52:28 -08:00
2022-04-21 09:31:40 -07:00
2022-11-28 18:32:43 -08:00