We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 553e55f + e5472ad commit 23effdaCopy full SHA for 23effda
include/swift/Parse/Parser.h
@@ -159,10 +159,9 @@ class Parser {
159
bool InSwiftKeyPath = false;
160
bool InFreestandingMacroArgument = false;
161
162
-#if SWIFT_BUILD_SWIFT_SYNTAX
163
- // This Parser is a fallback parser for ASTGen.
+ /// This Parser is a fallback parser for ASTGen.
+ // Note: This doesn't affect anything in non-SWIFT_BUILD_SWIFT_SYNTAX envs.
164
bool IsForASTGen = false;
165
-#endif
166
167
// A cached answer to
168
// Context.LangOpts.hasFeature(Feature::NoncopyableGenerics)
0 commit comments