]> granicus.if.org Git - clang/commit
Eliminate -fdiagnostics-binary and all of the infrastructure for
authorDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 22:02:06 +0000 (22:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 22:02:06 +0000 (22:02 +0000)
commitd3ab63e0f66429abf2a3e4cde889e420e41e8790
treea58db8ad79fab3489323c6dfcebf5bf33e4e99c4
parent0692f838794fc8d2d5692dd31209af891c40ebf1
Eliminate -fdiagnostics-binary and all of the infrastructure for
emitting diagnostics in a binary form to be consumed by libclang,
since libclang no longer does any of its work out-of-process, making
this code dead. Besides, this stuff never worked at 100% anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116250 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/DiagnosticOptions.h
lib/Basic/Diagnostic.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CIndexDiagnostic.h