1. d1c1d7b typeid() produces type information for the cv-unqualified version of by Douglas Gregor · 15 years ago
  2. ecb2df2 XFAIL a test on Win32. by Daniel Dunbar · 15 years ago
  3. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
  4. 031b371 Drastically simplify the computation of linkage for typeinfo by using by Douglas Gregor · 15 years ago
  5. e8f9038 If the key function of a record is inline, then the RTTI data should have weak_odr linkage. by Anders Carlsson · 15 years ago
  6. f64531a More RTTI cleanup, test that RTTI classes have the correct vtables. by Anders Carlsson · 15 years ago
  7. 9c7b6bb Handle enum types as well. by Anders Carlsson · 15 years ago
  8. 09b6e6e Fix function type RTTI linkage and add tests. by Anders Carlsson · 15 years ago
  9. f57f207 Remove cv-qualifiers from the argument to typeid by Douglas Gregor · 15 years ago
  10. 610b0d9 Add tests for structs inside anonymous namespaces. by Anders Carlsson · 15 years ago
  11. 625c1ae Incomplete structs should also have internal linkage. by Anders Carlsson · 15 years ago
  12. 17fa6f9 Correcly handle pointers to member pointer types where the class or the pointee is incomplete. by Anders Carlsson · 15 years ago
  13. 8d14515 Rework the way pointer types are handled by the RTTI builder. We now get the right linkage for indirect pointers to incomplete structs. by Anders Carlsson · 15 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. 4e71356 Use GetAddrOfRTTI when getting the RTTI pointer for a base class. by Anders Carlsson · 15 years ago