mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #69877 from rintaro/parser-isforastgen
[Parse] Unguard Parser.IsForASTGen for SWIFT_BUILD_SWIFT_SYNTAX
This commit is contained in:
@@ -159,10 +159,9 @@ public:
|
||||
bool InSwiftKeyPath = false;
|
||||
bool InFreestandingMacroArgument = false;
|
||||
|
||||
#if SWIFT_BUILD_SWIFT_SYNTAX
|
||||
// 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.
|
||||
bool IsForASTGen = false;
|
||||
#endif
|
||||
|
||||
// A cached answer to
|
||||
// Context.LangOpts.hasFeature(Feature::NoncopyableGenerics)
|
||||
|
||||
Reference in New Issue
Block a user