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 {
74
74
FormattingStyle PrintedFormattingStyle = FormattingStyle::LLVM;
75
75
76
76
// / Whether to emit macro expansion buffers into separate, temporary files.
77
- bool EmitMacroExpansionFiles = false ;
77
+ bool EmitMacroExpansionFiles = true ;
78
78
79
79
std::string DiagnosticDocumentationPath = " " ;
80
80
Original file line number Diff line number Diff line change 5
5
// Diagnostics testing
6
6
// 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
7
7
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
9
9
// RUN: c-index-test -read-diagnostics %t/macro_expand.dia 2>&1 | %FileCheck -check-prefix CHECK-DIAGS %s
10
10
11
11
// Debug info SIL testing
You can’t perform that action at this time.
0 commit comments