This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bccb6a479f [PPC] Make altivec conversion function macros. new 0289cea07c Allow for unfinished #if blocks in preambles
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/Preprocessor.h | 64 +++++++++++++++++++++++++++++++ include/clang/Lex/PreprocessorLexer.h | 6 +++ include/clang/Lex/PreprocessorOptions.h | 10 ++++- include/clang/Serialization/ASTBitCodes.h | 3 ++ lib/Frontend/ASTUnit.cpp | 1 + lib/Lex/Lexer.cpp | 39 ++++++------------- lib/Lex/PPLexerChange.cpp | 6 +++ lib/Lex/Preprocessor.cpp | 9 +++++ lib/Serialization/ASTReader.cpp | 15 ++++++++ lib/Serialization/ASTWriter.cpp | 13 +++++++ test/Lexer/preamble.c | 11 +++--- test/Lexer/preamble2.c | 19 +++++++++ 12 files changed, 161 insertions(+), 35 deletions(-) create mode 100644 test/Lexer/preamble2.c