summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/captured-statements.c
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-1/+6
* Fix test case function name checksBill Seurer2015-11-201-3/+3
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-3/+3
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-3/+3
* Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.Alexey Bataev2015-05-071-0/+3
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-4/+7
* Fixed test CodeGen/captured-statements.c for powerpc64-linux.Alexey Bataev2014-07-041-2/+2
* Added test for capturing VLA types if the captured variable is a function par...Alexey Bataev2014-07-021-0/+13
* Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev2014-06-301-2/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+1
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-0/+80