File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class DiagnosticOptions {
7474 FormattingStyle PrintedFormattingStyle = FormattingStyle::LLVM;
7575
7676 // / Whether to emit macro expansion buffers into separate, temporary files.
77- bool EmitMacroExpansionFiles = false ;
77+ bool EmitMacroExpansionFiles = true ;
7878
7979 std::string DiagnosticDocumentationPath = " " ;
8080
Original file line number Diff line number Diff line change 55// Diagnostics testing
66// RUN: %target-typecheck-verify-swift -enable-experimental-feature Macros -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir -module-name MacroUser -DTEST_DIAGNOSTICS
77
8- // RUN: not %target-swift-frontend -typecheck -enable-experimental-feature Macros -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir -module-name MacroUser -DTEST_DIAGNOSTICS -serialize-diagnostics-path %t/macro_expand.dia %s
8+ // RUN: not %target-swift-frontend -typecheck -enable-experimental-feature Macros -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir -module-name MacroUser -DTEST_DIAGNOSTICS -serialize-diagnostics-path %t/macro_expand.dia %s -emit-macro-expansion-files no-diagnostics
99// RUN: c-index-test -read-diagnostics %t/macro_expand.dia 2>&1 | %FileCheck -check-prefix CHECK-DIAGS %s
1010
1111// Debug info SIL testing
You can’t perform that action at this time.
0 commit comments