Skip to content

Commit b5b70cc

Browse files
authored
Merge pull request #61400 from DougGregor/valid-parse-checking
2 parents 642bffb + 2b87836 commit b5b70cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Basic/LangOptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ LangOptions::LangOptions() {
3333
// Note: Introduce default-on language options here.
3434
#ifndef NDEBUG
3535
Features.insert(Feature::ParserRoundTrip);
36+
Features.insert(Feature::ParserValidation);
3637
#endif
3738
}
3839

0 commit comments

Comments
 (0)