aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/vla.cpp
AgeCommit message (Expand)Author
2011-12-20Unlike in C++03, a constant-expression is not an unevaluated operand in C++11.Richard Smith
2011-06-25Mark the multiply which occurs as part of performing pointerJohn McCall
2011-06-24Change the IR-generation of VLAs so that we capture bounds,John McCall