]> granicus.if.org Git - clang/commit
Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic...
authorJustin Bogner <mail@justinbogner.com>
Tue, 14 Oct 2014 06:30:31 +0000 (06:30 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 14 Oct 2014 06:30:31 +0000 (06:30 +0000)
commita905ad1646b0e5967bdb927a0a8c05b56fa7bc24
treee021cb58a7aba0f0b2d3090b749f0fff8c4ffb40
parentaaa733793e84107f8cd869ceae1662b6bf8a9d9f
Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)"

I'd mispelled "Bitcode/BitCodes.h" before, and tested on a case
insensitive filesystem.

This reverts commit r219649, effectively re-applying r219647 and
r219648.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219664 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/SerializedDiagnosticPrinter.h
include/clang/Frontend/SerializedDiagnosticReader.h [new file with mode: 0644]
include/clang/Frontend/SerializedDiagnostics.h [new file with mode: 0644]
lib/Frontend/CMakeLists.txt
lib/Frontend/SerializedDiagnosticPrinter.cpp
lib/Frontend/SerializedDiagnosticReader.cpp [new file with mode: 0644]
tools/libclang/CXLoadedDiagnostic.cpp