summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/delete-two-arg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-3/+67
| | | | | | | | | deallocation function has a two-argument form. Store the result of this check in new[] and delete[] nodes. Fixes rdar://problem/8913519 llvm-svn: 124373
* Fix for Release-Assert.Mike Stump2010-01-131-1/+1
| | | | llvm-svn: 93348
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Fix spelling for target triplet.Mike Stump2009-11-161-1/+1
| | | | llvm-svn: 88928
* Try and fix buildbot issue.Mike Stump2009-11-161-1/+1
| | | | llvm-svn: 88900
* Implement two-argument form of delete operator.Eli Friedman2009-11-161-0/+6
llvm-svn: 88890
OpenPOWER on IntegriCloud