aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/vla-lambda-capturing.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-26P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith1-2/+2
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-13/+13
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner1-7/+7
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-19/+19
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-31/+31
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-9/+9
2015-01-21Make the test a bit stricter. NFC.Rafael Espindola1-2/+2
2014-11-22Support matching signext attribute in vla-lambda-capturing test to appease cl...Daniel Sanders1-3/+3
2014-08-28Fixed test compatibility with MSVC codegen.Alexey Bataev1-2/+1
2014-08-28[C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev1-0/+172