index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
class.derived
/
class.virtual
Age
Commit message (
Expand
)
Author
2012-11-22
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-08-06
PR13499: Don't try to check whether 'override' has been validly applied until
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-01-20
Diagnose when a virtual member function marked final is overridden.
Anders Carlsson
2011-01-20
When instantiating member functions, propagate whether the member function is...
Anders Carlsson
2011-01-20
When checking for functions marked override, ignore dependent contexts.
Anders Carlsson
2011-01-20
Diagnose virtual member functions marked override but not overriding any virt...
Anders Carlsson
2010-03-23
Implement computation of the final overriders for each virtual
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-08-26
When a member reference expression includes a qualifier on the member
Douglas Gregor