index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaInherit.h
Age
Commit message (
Expand
)
Author
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-30
Add a member lookup criteria constructor for searching for overridden virtual...
Anders Carlsson
2009-05-29
Make the LookupBase boolean an enum instead.
Anders Carlsson
2009-05-13
Use an iterator type for found_decls_begin/found_decls_end.
Anders Carlsson
2009-04-01
Make parsing a semantic analysis a little more robust following Sema
Douglas Gregor
2009-03-28
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
Implement access checking for protected base classes.
Anders Carlsson
2009-03-27
Add a Class field to the base path element structure. This holds the record d...
Anders Carlsson
2009-02-28
Eliminate CXXRecordType
Douglas Gregor
2009-02-07
Implement dereferencing of pointers-to-member.
Sebastian Redl
2009-01-30
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-16
Improve diagnostics for ambiguous name lookup results
Douglas Gregor
2009-01-15
Initial implementation of member name lookup
Douglas Gregor
2008-10-31
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
2008-10-24
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor