index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
class.derived
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests and status for core issues 1-50.
Richard Smith
2013-05-19
1
-0
/
+11
*
If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
2013-04-02
1
-0
/
+26
*
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-11-22
1
-0
/
+30
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Implement C++ 10.3p16 - overrides involving deleted functions must match.
David Blaikie
2012-10-17
1
-0
/
+16
*
PR13499: Don't try to check whether 'override' has been validly applied until
Richard Smith
2012-08-06
1
-0
/
+49
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Handle redundant 'typename' on base class specifications.
David Blaikie
2011-10-25
1
-0
/
+3
*
Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...
David Blaikie
2011-10-25
1
-2
/
+2
*
Fix cases where the optional nested-name-specifier erroneously preceeded a de...
David Blaikie
2011-10-25
1
-0
/
+4
*
Support the use of decltype for specifying base types. Fixes PR11216.
David Blaikie
2011-10-25
1
-0
/
+33
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Get rid of handling of the 'explicit' keyword from class-head. We still parse...
Anders Carlsson
2011-03-25
1
-22
/
+0
*
Fix PR8767, improve diagnostic wording when allocating an object of an
Chandler Carruth
2011-02-18
2
-7
/
+7
*
Implement [class.derived]p8.
Anders Carlsson
2011-01-22
1
-0
/
+22
*
Diagnose when a virtual member function marked final is overridden.
Anders Carlsson
2011-01-20
1
-0
/
+11
*
When instantiating member functions, propagate whether the member function is...
Anders Carlsson
2011-01-20
1
-0
/
+16
*
When checking for functions marked override, ignore dependent contexts.
Anders Carlsson
2011-01-20
1
-0
/
+16
*
Diagnose virtual member functions marked override but not overriding any virt...
Anders Carlsson
2011-01-20
1
-0
/
+10
*
In the presence of using declarations, we can find the same class
Douglas Gregor
2010-10-22
1
-0
/
+28
*
Implement computation of the final overriders for each virtual
Douglas Gregor
2010-03-23
3
-0
/
+140
*
Reinstate r97674 with a fix for the assertion that was firing in <list>
Douglas Gregor
2010-03-03
1
-0
/
+63
*
Revert r97674; it's causing failures
Douglas Gregor
2010-03-03
1
-63
/
+0
*
Implement disambiguation of base class members via a
Douglas Gregor
2010-03-03
1
-0
/
+63
*
Implement name hiding for names found through virtual base subobjects
Douglas Gregor
2010-03-03
1
-0
/
+40
*
Fix for PR5840: fix the kind of name lookup used for classes in
Eli Friedman
2009-12-21
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
1
-0
/
+19