summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CXXInheritance.cpp
Commit message (Expand)AuthorAgeFilesLines
* In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t...Anders Carlsson2009-12-091-2/+4
* Add CXXRecordDecl::forallBases to walk an inheritance hierarchy with non-lookupJohn McCall2009-12-081-0/+49
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+2
* Random const correctness, and incidentally use computeDeclContext when buildingJohn McCall2009-11-121-12/+13
* Canonicality is a property of qualified types, not unqualified types.John McCall2009-10-221-1/+1
* Fix eof.Mike Stump2009-10-061-1/+1
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-0/+244
OpenPOWER on IntegriCloud