aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-1/+1
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-1/+1
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer1-3/+4
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg1-4/+3
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer1-3/+4
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith1-2/+19
2013-02-02Don't forget to run destructors when we create an array temporary of class type.Richard Smith1-1/+45
2012-12-21Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a...Richard Smith1-0/+40
2012-12-21Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e...NAKAMURA Takumi1-40/+0
2012-12-20Fix some bugs where we would sometimes use 0, not -1, when emitting a null co...Richard Smith1-0/+40
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand1-1/+1
2012-02-29Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman1-0/+10