Throw a std::bad_array_new_length exception when the expression (or...
Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644. llvm-svn: 216675
Loading
Please sign in to comment