summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/rtti-layout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* When building RTTI descriptors for pointer types, we need to get the ↵Anders Carlsson2010-06-021-0/+14
| | | | | | unqualified array type and the qualifiers from it. llvm-svn: 105326
* Fix a bunch of bugs with VMI RTTI building, and add a whole bunch of tests.Anders Carlsson2009-12-301-4/+67
| | | | llvm-svn: 92319
* Add base class checks.Anders Carlsson2009-12-301-0/+11
| | | | llvm-svn: 92286
* Add more vtable tests.Anders Carlsson2009-12-301-1/+38
| | | | llvm-svn: 92285
* More RTTI cleanup, test that RTTI classes have the correct vtables.Anders Carlsson2009-12-301-1/+22
| | | | llvm-svn: 92284
* Correcly handle pointers to member pointer types where the class or the ↵Anders Carlsson2009-12-201-5/+9
| | | | | | pointee is incomplete. llvm-svn: 91804
* Rework the way pointer types are handled by the RTTI builder. We now get the ↵Anders Carlsson2009-12-201-4/+12
| | | | | | right linkage for indirect pointers to incomplete structs. llvm-svn: 91799
* Attempt to fix rtti-layout.cpp on Linux.Anders Carlsson2009-12-171-1/+1
| | | | llvm-svn: 91581
* Add a (currently failing) RTTI layout test.Anders Carlsson2009-12-171-0/+47
llvm-svn: 91580
OpenPOWER on IntegriCloud