aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaInherit.h
AgeCommit message (Expand)Author
2009-10-06Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-30Add a member lookup criteria constructor for searching for overridden virtual...Anders Carlsson
2009-05-29Make the LookupBase boolean an enum instead.Anders Carlsson
2009-05-13Use an iterator type for found_decls_begin/found_decls_end.Anders Carlsson
2009-04-01Make parsing a semantic analysis a little more robust following SemaDouglas Gregor
2009-03-28Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson
2009-03-28Implement access checking for protected base classes.Anders Carlsson
2009-03-27Add a Class field to the base path element structure. This holds the record d...Anders Carlsson
2009-02-28Eliminate CXXRecordTypeDouglas Gregor
2009-02-07Implement dereferencing of pointers-to-member.Sebastian Redl
2009-01-30Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor
2009-01-16Improve diagnostics for ambiguous name lookup resultsDouglas Gregor
2009-01-15Initial implementation of member name lookupDouglas Gregor
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl
2008-10-24First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor