This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 619b7697b9 [AVR] Update data layout to match current LLVM trunk new ce3b2b06b6 [Preprocessor] Preserve #pragma clang assume_nonnull in prep [...]
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/PPCallbacks.h | 18 ++++++++++++++++++ lib/Frontend/PrintPreprocessedOutput.cpp | 18 ++++++++++++++++++ lib/Lex/Pragma.cpp | 5 +++++ test/Preprocessor/pragma_assume_nonnull.c | 16 ++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 test/Preprocessor/pragma_assume_nonnull.c