aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CXXInheritance.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-09-21Use MapVectors to make the order we mark virtual functions used by a vtableRafael Espindola
2012-09-19Add some typedefs for clarity.Rafael Espindola
2012-06-17Switch users of SmallMap to use SmallDenseMap instead.Chandler Carruth
2012-04-25Convert a std::map that usually has between 0 and 10 elements to SmallMap.Benjamin Kramer
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2010-11-24Add CXXRecordDecl::getIndirectPrimaryBases.Anders Carlsson
2010-05-21Use CanQualType to enforce the use of a canonical type argument toDouglas Gregor
2010-03-23Implement computation of the final overriders for each virtualDouglas Gregor
2010-03-03Refactor CXXRecordDecl::lookupInBases() to push the recursion down aDouglas Gregor
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-23Implement elementary access control.John McCall
2010-01-20First pass at collecting access-specifier information along inheritance paths.John McCall
2009-10-18non-POD members => make it a class (also silences MSVC warnings)Benjamin Kramer
2009-10-06Fix eof.Mike Stump
2009-10-06Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor