Skip to content

Commit 2165c22

Browse files
committed
[ASTGen] **** Enable ParserASTGen for Testing ****
1 parent 01873c9 commit 2165c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Basic/LangOptions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ LangOptions::LangOptions() {
5151
disableFeature(Feature::ExtensionMacros);
5252
#endif
5353

54+
// ASTGen.
55+
enableFeature(Feature::ParserASTGen);
56+
5457
// Enable any playground options that are enabled by default.
5558
#define PLAYGROUND_OPTION(OptionName, Description, DefaultOn, HighPerfOn) \
5659
if (DefaultOn) \

0 commit comments

Comments
 (0)