mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 05:36:06 +00:00

Reject uses of the default new/delete operators with a diagnostic instead of a crash in OpenCL C++ mode and accept user-defined forms. Differential Revision: https://reviews.llvm.org/D46651 llvm-svn: 334700