1. 1c4c397 Add a short circuit in isVirtuallyDerivedFrom. by Anders Carlsson · 16 years ago
  2. ffdb2d2 Add all final overriders to the map. by Anders Carlsson · 16 years ago
  3. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 16 years ago
  4. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 16 years ago
  5. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 16 years ago
  6. 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 16 years ago
  7. 7f7f5f2 Revert r97618. Access control sucks by Douglas Gregor · 16 years ago
  8. 3262a0f Factor out the recursive lookup into C++ base classes into a separate, by Douglas Gregor · 16 years ago
  9. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 16 years ago
  10. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 16 years ago
  11. 92f8831 Implement elementary access control. by John McCall · 16 years ago
  12. 46460a6 First pass at collecting access-specifier information along inheritance paths. by John McCall · 16 years ago
  13. ca910e8 In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more than one heirarchy of classes. John, please review. by Anders Carlsson · 16 years ago
  14. e8174bc Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookup by John McCall · 16 years ago
  15. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 16 years ago
  16. af8e6ed Random const correctness, and incidentally use computeDeclContext when building by John McCall · 16 years ago
  17. 467b27b Canonicality is a property of qualified types, not unqualified types. by John McCall · 16 years ago
  18. 82109bd Fix eof. by Mike Stump · 16 years ago
  19. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 16 years ago