1. ea388a2 PR12962: Fix a rare use after free when collecting virtual overrides. by Benjamin Kramer · 13 years ago
  2. c232b77 Actually remove the duplicated elements from the vector. by Benjamin Kramer · 14 years ago
  3. 91c6b6a Unique CXXBasePath decls with the SmallVector/pod_sort/std::unique idiom instead of employing a wasteful std::set. by Benjamin Kramer · 14 years ago
  4. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  5. dda56e4 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  6. 388ef53 Fix some corner cases in the __is_base_of logic. by John McCall · 15 years ago
  7. 7f95cd1 Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 15 years ago
  8. abb3b21 Fix typo. by Anders Carlsson · 15 years ago
  9. 4131f00 Add CXXRecordDecl::getIndirectPrimaryBases. by Anders Carlsson · 15 years ago
  10. 15722da Add a short circuit in isVirtuallyDerivedFrom. by Anders Carlsson · 15 years ago
  11. a2f74f3 Add all final overriders to the map. by Anders Carlsson · 15 years ago
  12. 27ac429 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 15 years ago
  13. 4165bd6 Implement computation of the final overriders for each virtual by Douglas Gregor · 16 years ago
  14. 3e63746 Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 16 years ago
  15. 0555f7e Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 16 years ago
  16. 7770990 Revert r97618. Access control sucks by Douglas Gregor · 16 years ago
  17. a62a5237 Factor out the recursive lookup into C++ base classes into a separate, by Douglas Gregor · 16 years ago
  18. 0a5a221 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 16 years ago
  19. 6f89140 Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 16 years ago
  20. 553c079 Implement elementary access control. by John McCall · 16 years ago
  21. 401982f First pass at collecting access-specifier information along inheritance paths. by John McCall · 16 years ago
  22. f981278 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
  23. ddabf1a Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookup by John McCall · 16 years ago
  24. 1b8fe5b7 First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 16 years ago
  25. 84c16cf Random const correctness, and incidentally use computeDeclContext when building by John McCall · 16 years ago
  26. b692a09 Canonicality is a property of qualified types, not unqualified types. by John McCall · 16 years ago
  27. 512c5b7 Fix eof. by Mike Stump · 16 years ago
  28. 36d1b14 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 16 years ago