summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/captured-statements.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-02-17[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2018-02-23Bring r325915 back.Rafael Espindola
2017-06-09[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev
2016-10-14Fix for PR30632: Name mangling issue.Alexey Bataev
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-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-02More fixes for block mangling.Eli Friedman
2013-06-13Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman
2013-05-13Fix test/CodeGenCXX/captured-statements.cpp on powerpc64Ben Langmuir
2013-05-10Codegen tests for captured statements with templatesWei Pan
2013-05-09Fix captured statements codegen test on ARMBen Langmuir
2013-05-09CodeGen for CapturedStmtsBen Langmuir