1. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  2. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  3. d89d30f Fix some corner cases in the __is_base_of logic. by John McCall · 14 years ago
  4. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
  5. 3a03765 Fix typo. by Anders Carlsson · 14 years ago
  6. 46170f9 Add CXXRecordDecl::getIndirectPrimaryBases. by Anders Carlsson · 14 years ago
  7. 1c4c397 Add a short circuit in isVirtuallyDerivedFrom. by Anders Carlsson · 14 years ago
  8. ffdb2d2 Add all final overriders to the map. by Anders Carlsson · 14 years ago
  9. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  10. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
  11. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
  12. 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 15 years ago
  13. 7f7f5f2 Revert r97618. Access control sucks by Douglas Gregor · 15 years ago
  14. 3262a0f Factor out the recursive lookup into C++ base classes into a separate, by Douglas Gregor · 15 years ago
  15. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 15 years ago
  16. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
  17. 92f8831 Implement elementary access control. by John McCall · 15 years ago
  18. 46460a6 First pass at collecting access-specifier information along inheritance paths. by John McCall · 15 years ago
  19. 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 · 15 years ago
  20. e8174bc Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookup by John McCall · 15 years ago
  21. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  22. af8e6ed Random const correctness, and incidentally use computeDeclContext when building by John McCall · 15 years ago
  23. 467b27b Canonicality is a property of qualified types, not unqualified types. by John McCall · 15 years ago
  24. 82109bd Fix eof. by Mike Stump · 15 years ago
  25. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 15 years ago