Cosmetic cleanups

This commit is contained in:
David Ungar
2019-01-30 17:16:49 -08:00
parent 4bd712731c
commit 2f65ac3735
11 changed files with 32 additions and 27 deletions

View File

@@ -297,8 +297,8 @@ namespace swift {
/// To mimic existing system, set to false.
/// To experiment with including file-private and private dependency info,
/// set to true;
bool ExperimentalDependenciesIncludePrivateDeps = false;
/// set to true.
bool ExperimentalDependenciesIncludeIntrafileOnes = false;
/// Sets the target we are building for and updates platform conditions
/// to match.