summaryrefslogtreecommitdiff
path: root/include/clang/AST/CXXInheritance.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [C++11] Removing the found_decls_begin() and found_decls_end() APIs and repla...Aaron Ballman2014-03-14
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-04
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Use MapVectors to make the order we mark virtual functions used by a vtableRafael Espindola2012-09-21
* Add some typedefs for clarity.Rafael Espindola2012-09-19
* Switch users of SmallMap to use SmallDenseMap instead.Chandler Carruth2012-06-17
* Convert a std::map that usually has between 0 and 10 elements to SmallMap.Benjamin Kramer2012-04-25
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add CXXRecordDecl::getIndirectPrimaryBases.Anders Carlsson2010-11-24
* Use CanQualType to enforce the use of a canonical type argument toDouglas Gregor2010-05-21
* Implement computation of the final overriders for each virtualDouglas Gregor2010-03-23
* Refactor CXXRecordDecl::lookupInBases() to push the recursion down aDouglas Gregor2010-03-03
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-10
* Implement elementary access control.John McCall2010-01-23
* First pass at collecting access-specifier information along inheritance paths.John McCall2010-01-20
* non-POD members => make it a class (also silences MSVC warnings)Benjamin Kramer2009-10-18
* Fix eof.Mike Stump2009-10-06
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-06