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
/
class.virtual
/
p3-0x.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r218925 - "Patch to warn if 'override' is missing"
Alexander Potapenko
2014-10-03
1
-4
/
+4
*
Patch to warn if 'override' is missing
Fariborz Jahanian
2014-10-02
1
-4
/
+4
*
Improve error for "override" + non-virtual func.
Eli Friedman
2013-09-05
1
-0
/
+20
*
Fix CXXRecordDecl::forallBases to not look through bases which are dependent
Richard Smith
2012-11-22
1
-0
/
+30
*
PR13499: Don't try to check whether 'override' has been validly applied until
Richard Smith
2012-08-06
1
-0
/
+49
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
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