summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/captured-statements.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-1/+16
* Fix for PR30632: Name mangling issue.Alexey Bataev2016-10-141-0/+1
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-8/+8
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-2/+2
* Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.Alexey Bataev2015-05-071-4/+10
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-6/+6
* 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