aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructor-default-arg.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-03check IR in this test.Rafael Espindola1-12/+7
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover1-2/+2
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith1-2/+2
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova1-0/+1
2010-09-22update a bunch of tests that are using the x86 backend instead of grepping IR :(Chris Lattner1-3/+3
2009-12-18Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan1-3/+3
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-11-17Undo previous test fix. -split-phi-edges now disables automatically when theJakob Stoklund Olesen1-1/+1
2009-11-17Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen1-1/+1
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-4/+4
2009-09-26Mangle record types as decls.Anders Carlsson1-6/+6
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-18/+18
2009-08-05A blank line to separate the two blocks(per Mike comment).Fariborz Jahanian1-0/+1
2009-08-05Modified test case to use FileCheck.Fariborz Jahanian1-2/+11
2009-08-05Patch to improve ir-gen for constructors with default argumentFariborz Jahanian1-0/+30