[PATCH] D61165: Fix a crash where a [[no_destroy]] destructor was not emitted in an array

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 10:50:23 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360446: [Sema] Mark array element destructors referenced during initialization (authored by epilk, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D61165?vs=198944&id=199038#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61165/new/

https://reviews.llvm.org/D61165

Files:
  cfe/trunk/include/clang/Basic/AttrDocs.td
  cfe/trunk/lib/Sema/SemaDeclCXX.cpp
  cfe/trunk/lib/Sema/SemaExprCXX.cpp
  cfe/trunk/lib/Sema/SemaInit.cpp
  cfe/trunk/test/CXX/expr/expr.unary/expr.new/p17.cpp
  cfe/trunk/test/CodeGenCXX/no_destroy.cpp
  cfe/trunk/test/SemaCXX/no_destroy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61165.199038.patch
Type: text/x-patch
Size: 14924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/d2e26cdf/attachment.bin>


More information about the llvm-commits mailing list