summaryrefslogtreecommitdiff
path: root/test/CodeGen/captured-statements.c
AgeCommit message (Expand)Author
2017-06-09[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev
2015-11-20Fix test case function name checksBill Seurer
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-05-07Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.Alexey Bataev
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-10-29Improved capturing variable-length array types in CapturedStmt.Alexey Bataev
2014-07-04Fixed test CodeGen/captured-statements.c for powerpc64-linux.Alexey Bataev
2014-07-02Added test for capturing VLA types if the captured variable is a function par...Alexey Bataev
2014-06-30Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev
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-05-09CodeGen for CapturedStmtsBen Langmuir