summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/vla.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up AMDGCN testsYaxun Liu2018-02-151-15/+15
* [Debug] Annotate compiler generated range-for loop variables.Matt Davis2018-02-141-5/+5
* CodeGen: Fix insertion position of addrspace cast for allocaYaxun Liu2017-10-301-8/+23
* Silence buildbots by tweaking an IR codegen test to be less specific w regist...Faisal Vali2017-05-151-1/+1
* [NFC] Remove some comments (IR aid) from a test file erroneous committed in r...Faisal Vali2017-05-151-26/+0
* Fix PR32933: crash on lambda capture of VLAFaisal Vali2017-05-151-1/+84
* 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-4/+4
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Unlike in C++03, a constant-expression is not an unevaluated operand in C++11.Richard Smith2011-12-201-1/+14
* Mark the multiply which occurs as part of performing pointerJohn McCall2011-06-251-2/+2
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-0/+43