================
@@ -89,6 +89,16 @@ void selfMove() {
a.foo();
}
+void * operator new(size_t, void *p);
+
+// Don't flag an explicit destructor call
+void explicitDestrucotr() {
----------------
zeyi2 wrote:nit: typo https://github.com/llvm/llvm-project/pull/188866 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
