aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/rtti-layout.cpp
AgeCommit message (Expand)Author
2010-06-02When building RTTI descriptors for pointer types, we need to get the unqualif...Anders Carlsson
2009-12-30Fix a bunch of bugs with VMI RTTI building, and add a whole bunch of tests.Anders Carlsson
2009-12-30Add base class checks.Anders Carlsson
2009-12-30Add more vtable tests.Anders Carlsson
2009-12-30More RTTI cleanup, test that RTTI classes have the correct vtables.Anders Carlsson
2009-12-20Correcly handle pointers to member pointer types where the class or the point...Anders Carlsson
2009-12-20Rework the way pointer types are handled by the RTTI builder. We now get the ...Anders Carlsson
2009-12-17Attempt to fix rtti-layout.cpp on Linux.Anders Carlsson
2009-12-17Add a (currently failing) RTTI layout test.Anders Carlsson