forked from OSchip/llvm-project
1006a068c6
Without an explicit declaration for placement new, clang would reject uses of placement new with "'default new' is not supported in OpenCL C++". This may mislead users into thinking that placement new is not supported, see e.g. PR42060. Clarify that placement new requires an explicit declaration. Differential Revision: https://reviews.llvm.org/D63561 llvm-svn: 364423 |
||
---|---|---|
.. | ||
address-space-deduction.cl | ||
address-space-of-this-class-scope.cl | ||
address-space-of-this.cl | ||
address-space-references.cl | ||
address-space-templates.cl | ||
address_space_overloading.cl | ||
kernel_invalid.cl | ||
method-overload-address-space.cl | ||
newdelete.cl | ||
private-access-specifier.cpp | ||
restricted.cl |