提交历史

作者 SHA1 备注 提交日期
  Richard Smith 11e01c96af Replace Sema-level implementation of -fassume-sane-operator-new with a 9 年之前
  David Blaikie ca540a101d Update Clang tests to handle explicitly typed gep changes in LLVM. 10 年之前
  Aaron Ballman 67be089ff3 Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 11 年之前
  Aaron Ballman 1c990380ce 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. 11 年之前
  Richard Smith 95563a5ba8 When emitting a multidimensional array new, emit the initializers for the 11 年之前
  Stephen Lin 93ab6bf534 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 12 年之前
  Sebastian Redl 9203647221 CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet. 13 年之前