mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -248,9 +248,11 @@ namespace swift {
|
||||
/// This is used to guard preemptive testing for the fix-it.
|
||||
bool FixStringToSubstringConversions = false;
|
||||
|
||||
/// Whether to create and keep track of a libSyntax tree associated with
|
||||
/// this source file.
|
||||
bool KeepSyntaxInfoInSourceFile = false;
|
||||
/// Whether collect tokens during parsing for syntax coloring.
|
||||
bool CollectParsedToken = false;
|
||||
|
||||
/// Whether to parse syntax tree.
|
||||
bool BuildSyntaxTree = false;
|
||||
|
||||
/// Whether to verify the parsed syntax tree and emit related diagnostics.
|
||||
bool VerifySyntaxTree = false;
|
||||
|
||||
Reference in New Issue
Block a user