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.
2 parents d9f7d94 + 6151bf6 commit 5ba41e3Copy full SHA for 5ba41e3
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