Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-13 | When the new expr's array size is an ICE, emit it as a constant expression. | Nick Lewycky | 1 | -0/+7 |
2016-10-05 | PR22924, PR22845, some of CWG1464: When checking the initializer for an array | Richard Smith | 1 | -7/+77 |
2016-04-07 | Replace Sema-level implementation of -fassume-sane-operator-new with a | Richard Smith | 1 | -2/+2 |
2015-02-27 | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 1 | -2/+2 |
2014-08-28 | Reverting r216675. This breaks some bots. Before this can be committed again,... | Aaron Ballman | 1 | -6/+1 |
2014-08-28 | Throw a std::bad_array_new_length exception when the expression (or constant-... | Aaron Ballman | 1 | -1/+6 |
2014-06-03 | When emitting a multidimensional array new, emit the initializers for the | Richard Smith | 1 | -2/+17 |
2013-08-15 | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 1 | -4/+4 |
2012-02-22 | CodeGen for array new list initializers. Doesn't correctly clean up in the fa... | Sebastian Redl | 1 | -0/+33 |