summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/operator-new.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-2/+4
* Reverting r216675. This breaks some bots. Before this can be committed again,...Aaron Ballman2014-08-281-44/+11
* Throw a std::bad_array_new_length exception when the expression (or constant-...Aaron Ballman2014-08-281-11/+44
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-5/+5
* don't demand names to be on IR.Chris Lattner2010-07-201-3/+2
* Follow the implementation approach suggested by PR6687,Chris Lattner2010-07-201-4/+3
* implement rdar://5739832 - operator new should check for overflow in multiply,Chris Lattner2010-07-201-2/+16
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* revert part of my last patch, and mark only the c++ global new operator as no...Nuno Lopes2009-12-171-7/+2
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-0/+21