summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/empty-classes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR8796.Rafael Espindola2010-12-291-0/+13
| | | | | | | | The problem was that we were asserting the we never added an empty class to the same offset twice. This is not true for unions, where two members, empty or not, can have the some offset. llvm-svn: 122633
* Add test case that I forgot to check in.Anders Carlsson2010-05-031-0/+69
llvm-svn: 102905
OpenPOWER on IntegriCloud