aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CXXInheritance.cpp
AgeCommit message (Expand)Author
2009-12-09In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t...Anders Carlsson
2009-12-08Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookupJohn McCall
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-12Random const correctness, and incidentally use computeDeclContext when buildingJohn McCall
2009-10-22Canonicality is a property of qualified types, not unqualified types.John McCall
2009-10-06Fix eof.Mike Stump
2009-10-06Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor