File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/ASTGen/Sources/ASTGen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,7 @@ public func parseSourceFile(
122
122
. preambleMacroExpansion,
123
123
. replacedFunctionBody,
124
124
. prettyPrinted,
125
- . defaultArgument,
126
- . attribute:
125
+ . defaultArgument:
127
126
parsed = Syntax ( SourceFileSyntax . parse ( from: & parser) )
128
127
129
128
case . declarationMacroExpansion,
@@ -141,7 +140,8 @@ public func parseSourceFile(
141
140
case . accessorMacroExpansion:
142
141
// FIXME: Implement specialized parsing.
143
142
parsed = Syntax ( SourceFileSyntax . parse ( from: & parser) )
144
- case . memberAttributeMacroExpansion:
143
+ case . memberAttributeMacroExpansion,
144
+ . attribute:
145
145
// FIXME: Implement specialized parsing.
146
146
parsed = Syntax ( SourceFileSyntax . parse ( from: & parser) )
147
147
case . bodyMacroExpansion:
You can’t perform that action at this time.
0 commit comments