aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/empty-classes.cpp
AgeCommit message (Collapse)Author
2010-12-29Fix PR8796.Rafael Espindola
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122633 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-03Add test case that I forgot to check in.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102905 91177308-0d34-0410-b5e6-96231b3b80d8