We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296909 commit 6151bf6Copy full SHA for 6151bf6
include/swift/Frontend/PrintingDiagnosticConsumer.h
@@ -42,9 +42,11 @@ class PrintingDiagnosticConsumer : public DiagnosticConsumer {
42
SmallVector<std::string, 1> BufferedEducationalNotes;
43
bool SuppressOutput = false;
44
45
+#if SWIFT_BUILD_SWIFT_SYNTAX
46
/// swift-syntax rendering
47
DiagnosticBridge DiagBridge;
-
48
+#endif
49
+
50
public:
51
PrintingDiagnosticConsumer(llvm::raw_ostream &stream = llvm::errs());
52
~PrintingDiagnosticConsumer();
0 commit comments