This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c06fed002f [libclang] Forward isInline for NamespaceDecl to libclang new 66c0b31d40 [Sema] Mark array element destructors referenced during init [...]
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/AttrDocs.td | 33 +++++++++++++++ lib/Sema/SemaDeclCXX.cpp | 17 +++++--- lib/Sema/SemaExprCXX.cpp | 18 -------- lib/Sema/SemaInit.cpp | 70 ++++++++++++++++++------------- test/CXX/expr/expr.unary/expr.new/p17.cpp | 6 +-- test/CodeGenCXX/no_destroy.cpp | 52 ++++++++++++++++++++++- test/SemaCXX/no_destroy.cpp | 35 ++++++++++++++-- 7 files changed, 171 insertions(+), 60 deletions(-)