This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fb2a26cc2e Print NULL as "(null)" in diagnostic message new 0ad57c86b2 BitStream reader: propagate errors
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/Diagnostic.h | 7 + include/clang/Frontend/FrontendAction.h | 3 +- include/clang/Serialization/ASTReader.h | 9 +- include/clang/Serialization/GlobalModuleIndex.h | 24 +- lib/Frontend/ASTUnit.cpp | 11 +- lib/Frontend/CompilerInstance.cpp | 27 +- lib/Frontend/FrontendAction.cpp | 16 +- lib/Frontend/PrecompiledPreamble.cpp | 3 +- lib/Frontend/Rewrite/FrontendActions.cpp | 6 +- lib/Frontend/SerializedDiagnosticReader.cpp | 94 ++- lib/Frontend/TestModuleFileExtension.cpp | 15 +- lib/Serialization/ASTReader.cpp | 755 ++++++++++++++++++------ lib/Serialization/ASTReaderDecl.cpp | 65 +- lib/Serialization/ASTReaderStmt.cpp | 15 +- lib/Serialization/GlobalModuleIndex.cpp | 147 +++-- test/Index/pch-from-libclang.c | 1 + 16 files changed, 898 insertions(+), 300 deletions(-)