[PATCH] D63161: Devirtualize destructor of final class.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 14:00:17 PDT 2019


rsmith added inline comments.


================
Comment at: test/CodeGenCXX/devirtualize-dtor-final.cpp:20
+  void evil(D *p) {
+    // CHECK-NOT: call void at _ZN5Test11DD1Ev
+    delete p;
----------------
Missing space after `void` here


Repository:
  rC Clang

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

https://reviews.llvm.org/D63161





More information about the cfe-commits mailing list