summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/default-destructor-synthesis.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
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-12/+12
| | | | llvm-svn: 81346
* Added member arrays to more tests now that ir-gen supports it.Fariborz Jahanian2009-08-201-3/+9
| | | | llvm-svn: 79575
* Patch to 1) synthesizing non-trivial default destructor whenFariborz Jahanian2009-08-171-0/+54
one is not provided by user. 2) More complete emission of ctor prologue when it has no initializer list or when it is synthesized. llvm-svn: 79269
OpenPOWER on IntegriCloud