tbaeder added inline comments.
================ Comment at: clang/test/AST/Interp/records.cpp:315 + auto T = Test(Arr, Pos); + // End of scope, should destroy Test. + } ---------------- aaron.ballman wrote: > Would it make sense to give `Test` a constexpr destructor so that we can > validate it's being called? e.g. https://godbolt.org/z/fhE7xzE4e That just tests regular destructors, doesn't it? That's already covered by other tests. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147534/new/ https://reviews.llvm.org/D147534 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits