summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXXExpr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a lame regression in IR gen for C++ delete expressions. PR5102Douglas Gregor2009-10-011-0/+2
| | | | llvm-svn: 83195
* Handle C++ delete expressions when the overloaded delete operator is aDouglas Gregor2009-09-291-3/+11
| | | | | | | | | | | "usual deallocation function" with two arguments. CodeGen will have to handle this case specifically, since the value for the second argument (the size of the allocated object) may have to be computed at run time. Fixes the Sema part of PR4782. llvm-svn: 83080
* Emit new[] cookie when needed.Anders Carlsson2009-09-231-6/+19
| | | | llvm-svn: 82642
* Basic support for new[].Anders Carlsson2009-09-231-26/+104
| | | | llvm-svn: 82628
* Move codegen of new and delete to CGCXXExpr.cppAnders Carlsson2009-09-221-0/+203
llvm-svn: 82585
OpenPOWER on IntegriCloud