This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d6b1e9271c Add support for attribute 'noescape'. new 1bdee855b5 Fix tracking of whether a destructor would be deleted.
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/DeclCXX.h | 14 +++++++++++++- lib/Sema/SemaDecl.cpp | 4 +++- test/CXX/special/class.dtor/p5-implicit.cpp | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 test/CXX/special/class.dtor/p5-implicit.cpp