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