This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7463d9e Correcting a typo; NFC. new 70854ab Clang changes for alloc_align attribute
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/Basic/Attr.td | 8 ++ include/clang/Basic/AttrDocs.td | 30 +++++++ include/clang/Sema/Sema.h | 5 ++ lib/CodeGen/CGCall.cpp | 4 + lib/CodeGen/CodeGenFunction.h | 6 ++ lib/Sema/SemaDeclAttr.cpp | 147 ++++++++++++++++++++++++------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 16 ++++ test/CodeGen/alloc-align-attr.c | 101 +++++++++++++++++++++ test/Sema/alloc-align-attr.c | 19 ++++ test/SemaCXX/alloc-align-attr.cpp | 40 +++++++++ 10 files changed, 346 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/alloc-align-attr.c create mode 100644 test/Sema/alloc-align-attr.c create mode 100644 test/SemaCXX/alloc-align-attr.cpp