summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/class-layout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an ↵Anders Carlsson2009-07-271-0/+5
empty class will have a padding byte. llvm-svn: 77205
OpenPOWER on IntegriCloud