mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable lazy ClangImporter diagnostics by default
Replace the existing `-enable-experimental-clang-importer-diagnostics` flag with an opt-out version entitled `-disable-experimentalc-clang-importer-diagnostics`. Enable the beviour previously hidden behind the old flag by default.
This commit is contained in:
@@ -328,8 +328,8 @@ namespace swift {
|
||||
/// Enable experimental flow-sensitive concurrent captures.
|
||||
bool EnableExperimentalFlowSensitiveConcurrentCaptures = false;
|
||||
|
||||
/// Enable experimental ClangImporter diagnostics.
|
||||
bool EnableExperimentalClangImporterDiagnostics = false;
|
||||
/// Disable experimental ClangImporter diagnostics.
|
||||
bool DisableExperimentalClangImporterDiagnostics = false;
|
||||
|
||||
/// Enable experimental eager Clang module diagnostics.
|
||||
bool EnableExperimentalEagerClangModuleDiagnostics = false;
|
||||
|
||||
Reference in New Issue
Block a user