summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/constructor-default-arg.cpp
Commit message (Expand)AuthorAgeFilesLines
* check IR in this test.Rafael Espindola2013-12-031-12/+7
* 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-3/+3
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Undo previous test fix. -split-phi-edges now disables automatically when theJakob Stoklund Olesen2009-11-171-1/+1
* Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Mangle record types as decls.Anders Carlsson2009-09-261-6/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* A blank line to separate the two blocks(per Mike comment).Fariborz Jahanian2009-08-051-0/+1
* Modified test case to use FileCheck.Fariborz Jahanian2009-08-051-2/+11
* Patch to improve ir-gen for constructors with default argumentFariborz Jahanian2009-08-051-0/+30