This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9d042be Add LibreOffice Clang plugin to ExternalClangExamples.rst new 4db37b6 [nonnull] Teach Clang to attach the nonnull LLVM attribute to [...]
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/AST/ASTContext.h | 4 +- include/clang/Basic/Builtins.def | 60 +++++++++++++++------------- lib/AST/ASTContext.cpp | 44 +++++++++++++------- lib/CodeGen/CGCall.cpp | 86 ++++++++++++++++++++++++---------------- test/CodeGen/nonnull.c | 84 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 201 insertions(+), 77 deletions(-)