summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/array-operator-delete-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check IR in this test.Rafael Espindola2013-12-031-8/+5
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-031-0/+1
* update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner2010-09-221-1/+1
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Code gen. For virtual destructor call on array objectsFariborz Jahanian2009-11-131-0/+11
* Code gen for arrady delete operator. Fixes pr5472.Fariborz Jahanian2009-11-131-0/+52