This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 51c9672078 [Sema] Don't check for array bounds when the types in the ba [...] new 8b0ef00444 [MS] Add frontend support for __declspec(allocator)
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 | 6 ++++++ include/clang/Basic/AttrDocs.td | 17 +++++++++++++++++ include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ lib/Sema/SemaDeclAttr.cpp | 18 ++++++++++++++++++ test/SemaCXX/declspec-allocator.cpp | 13 +++++++++++++ 5 files changed, 57 insertions(+) create mode 100644 test/SemaCXX/declspec-allocator.cpp