summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/array-construction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* This patch extends CleanupScope to support destructionFariborz Jahanian2009-11-041-3/+0
| | | | | | of array objects on block exit. Patch is by Anders Calrsson. llvm-svn: 86032
* Code gen for array construction - WIPFariborz Jahanian2009-10-281-0/+40
llvm-svn: 85432
OpenPOWER on IntegriCloud