summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-initializer-array.cpp
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-2/+19
* Don't forget to run destructors when we create an array temporary of class type.Richard Smith2013-02-021-1/+45
* Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a...Richard Smith2012-12-211-0/+40
* Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e...NAKAMURA Takumi2012-12-211-40/+0
* Fix some bugs where we would sometimes use 0, not -1, when emitting a null co...Richard Smith2012-12-201-0/+40
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
* Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman2012-02-291-0/+10