diff options
Diffstat (limited to 'include/clang/Frontend/DiagnosticOptions.h')
-rw-r--r-- | include/clang/Frontend/DiagnosticOptions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Frontend/DiagnosticOptions.h b/include/clang/Frontend/DiagnosticOptions.h index c80bc037212b..f7f498bff024 100644 --- a/include/clang/Frontend/DiagnosticOptions.h +++ b/include/clang/Frontend/DiagnosticOptions.h @@ -41,9 +41,6 @@ public: unsigned VerifyDiagnostics: 1; /// Check that diagnostics match the expected /// diagnostics, indicated by markers in the /// input source file. - unsigned BinaryOutput : 1; /// Emit diagnostics via the diagnostic - /// binary serialization mechanism, to be - /// deserialized by, e.g., the CIndex library. unsigned ErrorLimit; /// Limit # errors emitted. unsigned MacroBacktraceLimit; /// Limit depth of macro instantiation @@ -86,7 +83,6 @@ public: ShowSourceRanges = 0; ShowParseableFixits = 0; VerifyDiagnostics = 0; - BinaryOutput = 0; ErrorLimit = 0; TemplateBacktraceLimit = DefaultTemplateBacktraceLimit; MacroBacktraceLimit = DefaultMacroBacktraceLimit; |