[PATCH] D45898: [SemaCXX] Mark destructor as referenced

Orivej Desh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 8 16:29:17 PST 2018


orivej added a comment.

Actually, `arc-list-init-destruct.mm` crashes Clang 7 with the same backtrace as this test case, and Clang trunk generates similar assembly (to the the point that I could essentially copy the `// CHECK` comments from the .mm test to a .cpp test), so I'm not sure if adding a .cpp test is valuableā€¦


Repository:
  rC Clang

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

https://reviews.llvm.org/D45898





More information about the cfe-commits mailing list