summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/rtti-layout.cpp
AgeCommit message (Expand)Author
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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