mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove DiagnosticsEditorMode
Migrate the last diagnostic to be independent of `DiagnosticEditorMode` and remove that option. rdar://133111163
This commit is contained in:
@@ -223,7 +223,6 @@ bool ide::initCompilerInvocation(
|
||||
|
||||
auto &LangOpts = Invocation.getLangOptions();
|
||||
LangOpts.AttachCommentsToDecls = true;
|
||||
LangOpts.DiagnosticsEditorMode = true;
|
||||
LangOpts.CollectParsedToken = true;
|
||||
#if defined(_WIN32)
|
||||
// Source files that might be open in an editor should not be memory mapped on Windows,
|
||||
|
||||
Reference in New Issue
Block a user