Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift-ci
2018-02-13 16:29:32 -08:00
16 changed files with 64 additions and 37 deletions

View File

@@ -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;