Age | Commit message (Expand) | Author |
---|---|---|
2010-02-11 | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor |
2010-02-09 | Reset the found-virtual-base state unless the *current* base produces a path, | John McCall |
2010-01-23 | Implement elementary access control. | John McCall |
2010-01-20 | First pass at collecting access-specifier information along inheritance paths. | John McCall |
2009-12-09 | In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t... | Anders Carlsson |
2009-12-08 | Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookup | John McCall |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-12 | Random const correctness, and incidentally use computeDeclContext when building | John McCall |
2009-10-22 | Canonicality is a property of qualified types, not unqualified types. | John McCall |
2009-10-06 | Fix eof. | Mike Stump |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |