This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 324e0a9695 [CUDA] Mark CUDA as a no-errno platform. new 16962ce7c2 [preamble] Also record the "skipping" state of the preprocessor
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 | 33 ++++++++++++++++++++-- lib/Lex/PPDirectives.cpp | 31 ++++++++++++-------- lib/Lex/Preprocessor.cpp | 7 +++++ lib/Serialization/ASTReader.cpp | 16 +++++++++-- lib/Serialization/ASTWriter.cpp | 11 ++++++++ test/Index/preamble-conditionals-inverted.cpp | 4 ++- ...rted.cpp => preamble-conditionals-skipping.cpp} | 12 ++++++-- 7 files changed, 96 insertions(+), 18 deletions(-) copy test/Index/{preamble-conditionals-inverted.cpp => preamble-conditionals-skipp [...]