summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInherit.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-247/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-13/+12
* Add a member lookup criteria constructor for searching for overridden virtual...Anders Carlsson2009-05-301-1/+7
* Make the LookupBase boolean an enum instead.Anders Carlsson2009-05-291-5/+12
* Use an iterator type for found_decls_begin/found_decls_end.Anders Carlsson2009-05-131-2/+3
* Make parsing a semantic analysis a little more robust following SemaDouglas Gregor2009-04-011-1/+15
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-1/+1
* Implement access checking for protected base classes.Anders Carlsson2009-03-281-1/+1
* Add a Class field to the base path element structure. This holds the record d...Anders Carlsson2009-03-271-0/+3
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-3/+2
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-1/+1
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-5/+5
* Improve diagnostics for ambiguous name lookup resultsDouglas Gregor2009-01-161-0/+8
* Initial implementation of member name lookupDouglas Gregor2009-01-151-3/+48
* Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl2008-10-311-4/+25
* First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor2008-10-241-0/+144
OpenPOWER on IntegriCloud