summaryrefslogtreecommitdiffstats
path: root/test/CXX/class.derived
Commit message (Expand)AuthorAgeFilesLines
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+2
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-231-3/+5
* Sema: add warning for c++ member variable shadowingSaleem Abdulrasool2017-02-083-11/+123
* Move checks for creation of objects of abstract class type from the variousRichard Smith2016-12-152-0/+120
* When diagnosing that a defaulted function is ill-formed because it would beRichard Smith2016-10-311-5/+13
* PR6037Nathan Sidwell2015-01-191-1/+1
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-4/+4
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-4/+4
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-2/+2
* Improve error for "override" + non-virtual func.Eli Friedman2013-09-051-0/+20
* Tests and status for core issues 1-50.Richard Smith2013-05-191-0/+11
* If a defaulted special member is implicitly deleted, check whether it'sRichard Smith2013-04-021-0/+26
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-221-0/+30
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Implement C++ 10.3p16 - overrides involving deleted functions must match.David Blaikie2012-10-171-0/+16
* PR13499: Don't try to check whether 'override' has been validly applied untilRichard Smith2012-08-061-0/+49
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Handle redundant 'typename' on base class specifications.David Blaikie2011-10-251-0/+3
* Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...David Blaikie2011-10-251-2/+2
* Fix cases where the optional nested-name-specifier erroneously preceeded a de...David Blaikie2011-10-251-0/+4
* Support the use of decltype for specifying base types. Fixes PR11216.David Blaikie2011-10-251-0/+33
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Get rid of handling of the 'explicit' keyword from class-head. We still parse...Anders Carlsson2011-03-251-22/+0
* Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth2011-02-182-7/+7
* Implement [class.derived]p8.Anders Carlsson2011-01-221-0/+22
* Diagnose when a virtual member function marked final is overridden.Anders Carlsson2011-01-201-0/+11
* When instantiating member functions, propagate whether the member function is...Anders Carlsson2011-01-201-0/+16
* When checking for functions marked override, ignore dependent contexts.Anders Carlsson2011-01-201-0/+16
* Diagnose virtual member functions marked override but not overriding any virt...Anders Carlsson2011-01-201-0/+10
* In the presence of using declarations, we can find the same classDouglas Gregor2010-10-221-0/+28
* Implement computation of the final overriders for each virtualDouglas Gregor2010-03-233-0/+140
* Reinstate r97674 with a fix for the assertion that was firing in <list>Douglas Gregor2010-03-031-0/+63
* Revert r97674; it's causing failuresDouglas Gregor2010-03-031-63/+0
* Implement disambiguation of base class members via aDouglas Gregor2010-03-031-0/+63
* Implement name hiding for names found through virtual base subobjectsDouglas Gregor2010-03-031-0/+40
* Fix for PR5840: fix the kind of name lookup used for classes inEli Friedman2009-12-211-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When a member reference expression includes a qualifier on the memberDouglas Gregor2009-08-261-0/+19