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
Age
Commit message (
Expand
)
Author
2012-11-22
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-17
Implement C++ 10.3p16 - overrides involving deleted functions must match.
David Blaikie
2012-08-06
PR13499: Don't try to check whether 'override' has been validly applied until
Richard Smith
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-10-25
Handle redundant 'typename' on base class specifications.
David Blaikie
2011-10-25
Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...
David Blaikie
2011-10-25
Fix cases where the optional nested-name-specifier erroneously preceeded a de...
David Blaikie
2011-10-25
Support the use of decltype for specifying base types. Fixes PR11216.
David Blaikie
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-03-25
Get rid of handling of the 'explicit' keyword from class-head. We still parse...
Anders Carlsson
2011-02-18
Fix PR8767, improve diagnostic wording when allocating an object of an
Chandler Carruth
2011-01-22
Implement [class.derived]p8.
Anders Carlsson
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-10-22
In the presence of using declarations, we can find the same class
Douglas Gregor
2010-03-23
Implement computation of the final overriders for each virtual
Douglas Gregor
2010-03-03
Reinstate r97674 with a fix for the assertion that was firing in <list>
Douglas Gregor
2010-03-03
Revert r97674; it's causing failures
Douglas Gregor
2010-03-03
Implement disambiguation of base class members via a
Douglas Gregor
2010-03-03
Implement name hiding for names found through virtual base subobjects
Douglas Gregor
2009-12-21
Fix for PR5840: fix the kind of name lookup used for classes in
Eli Friedman
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