NoQ added a comment.

Everything looks good to me here. The new-expression `new int;` has 1 implicit 
argument (allocation size passed to the implementation of operator new, the 
value is probably 4) and 0 placement arguments (the ones that are explicitly 
written down after `new` and before `int`). See also 
https://en.cppreference.com/w/cpp/language/new#Placement_new.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D52957

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to