This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c4a6d8a835 [OPENMP] Update docs for OpenMP status, NFC. new 505903c4d0 [PCH] Serialize skipped preprocessor ranges
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/Lex/PreprocessingRecord.h | 18 ++++++- include/clang/Serialization/ASTBitCodes.h | 22 +++++++++ include/clang/Serialization/ASTReader.h | 10 ++++ include/clang/Serialization/Module.h | 6 +++ lib/Lex/PPDirectives.cpp | 4 +- lib/Lex/PreprocessingRecord.cpp | 21 ++++++++- lib/Serialization/ASTReader.cpp | 32 +++++++++++++ lib/Serialization/ASTWriter.cpp | 21 +++++++++ tools/libclang/CIndex.cpp | 3 ++ unittests/libclang/LibclangTest.cpp | 78 +++++++++++++++++++++++++++++++ 10 files changed, 212 insertions(+), 3 deletions(-)