================
@@ -2982,6 +2982,17 @@ void placement_new_heap_then_delete_use_after_free() {
(void)*p; // expected-note {{later used here}}
}
+struct PlacementArg {};
+
+struct VariadicPlacementNew {
+ void *operator new(decltype(sizeof(0)), ...);
----------------
NeKon69 wrote:
You can use `std::size_t`.
https://github.com/llvm/llvm-project/pull/199588
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits