mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove IfConfigDecl from the AST
The swift-syntax tree retains information about the parsed #if regions. Drop it from the semantic AST.
This commit is contained in:
@@ -990,7 +990,7 @@ ParserStatus Parser::parseIfConfig(
|
||||
});
|
||||
}
|
||||
|
||||
ParserStatus Parser::parseIfConfigDeclAttributes(
|
||||
ParserStatus Parser::parseIfConfigAttributes(
|
||||
DeclAttributes &attributes, bool ifConfigsAreDeclAttrs,
|
||||
PatternBindingInitializer *initContext) {
|
||||
ParserStatus status = makeParserSuccess();
|
||||
|
||||
Reference in New Issue
Block a user