This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae1ed388cd [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing [...] new fe7b37a8ff [clang-format] Switch to case-insensitive header matching an [...] new 9f28442d72 Teach ASTReader how to read only the Preprocessor state from [...]
The 2 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/Format/Format.h | 2 +- include/clang/Frontend/ASTUnit.h | 11 ++- include/clang/Serialization/ASTReader.h | 11 ++- lib/Format/Format.cpp | 12 +-- lib/Frontend/ASTMerge.cpp | 6 +- lib/Frontend/ASTUnit.cpp | 43 ++++++----- lib/Frontend/ChainedIncludesSource.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 4 +- lib/Frontend/FrontendAction.cpp | 9 ++- lib/Frontend/FrontendActions.cpp | 2 +- lib/Serialization/ASTReader.cpp | 127 ++++++++++++++++++++++---------- lib/Serialization/ASTReaderDecl.cpp | 37 ++++++---- lib/Serialization/ASTReaderStmt.cpp | 1 + tools/c-index-test/core_main.cpp | 2 +- tools/libclang/CIndex.cpp | 3 +- unittests/Format/SortIncludesTest.cpp | 23 ++++++ 16 files changed, 200 insertions(+), 95 deletions(-)