summaryrefslogtreecommitdiff
path: root/test/CodeGen/cxx-default-arg.cpp
AgeCommit message (Expand)Author
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-21Missed a test case writing a .ll file.Daniel Dunbar
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner