summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/captured-statements.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* More fixes for block mangling.Eli Friedman2013-07-021-2/+2
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-131-0/+15
* Fix test/CodeGenCXX/captured-statements.cpp on powerpc64Ben Langmuir2013-05-131-7/+4
* Codegen tests for captured statements with templatesWei Pan2013-05-101-0/+80
* Fix captured statements codegen test on ARMBen Langmuir2013-05-091-2/+2
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-0/+97