[PATCH] D137070: [clang][Interp] Support destructors

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 17:33:58 PST 2022


shafik added inline comments.


================
Comment at: clang/test/AST/Interp/cxx20.cpp:279
+  static_assert(testInc2() == 1, "");
+};
----------------



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

https://reviews.llvm.org/D137070



More information about the cfe-commits mailing list