================
@@ -50,14 +65,19 @@ Options
     void bar() {
       Base *b = new Base[10];
----------------
nicovank wrote:

Also pass `b` and `d` as parameters instead of `new`/`delete`.

https://github.com/llvm/llvm-project/pull/108324
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to