This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a2c55d99d1 [ObjC] Use consistent comment style in inline asm new 0d2d302e54 Fixed a crash on replaying Preamble's PP conditional stack.
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 | 8 ++++---- lib/Lex/PPLexerChange.cpp | 13 ++++++++++++- lib/Lex/Preprocessor.cpp | 2 ++ lib/Parse/Parser.cpp | 2 -- test/Index/preamble-conditionals-crash.cpp | 12 ++++++++++++ test/Index/preamble-conditionals.cpp | 8 ++++++++ 6 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 test/Index/preamble-conditionals-crash.cpp create mode 100644 test/Index/preamble-conditionals.cpp