aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/rtti-layout.cpp
AgeCommit message (Collapse)Author
2010-06-02When building RTTI descriptors for pointer types, we need to get the ↵Anders Carlsson
unqualified array type and the qualifiers from it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105326 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-30Fix a bunch of bugs with VMI RTTI building, and add a whole bunch of tests.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92319 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-30Add base class checks.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92286 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-30Add more vtable tests.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92285 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-30More RTTI cleanup, test that RTTI classes have the correct vtables.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92284 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-20Correcly handle pointers to member pointer types where the class or the ↵Anders Carlsson
pointee is incomplete. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91804 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-20Rework the way pointer types are handled by the RTTI builder. We now get the ↵Anders Carlsson
right linkage for indirect pointers to incomplete structs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91799 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-17Attempt to fix rtti-layout.cpp on Linux.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91581 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-17Add a (currently failing) RTTI layout test.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91580 91177308-0d34-0410-b5e6-96231b3b80d8