summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vla-lambda-capturing.cpp
Commit message (Expand)AuthorAgeFilesLines
* P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith2016-09-261-2/+2
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-13/+13
* Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner2015-04-011-7/+7
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-19/+19
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-31/+31
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-9/+9
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-2/+2
* Support matching signext attribute in vla-lambda-capturing test to appease cl...Daniel Sanders2014-11-221-3/+3
* Fixed test compatibility with MSVC codegen.Alexey Bataev2014-08-281-2/+1
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+172