summaryrefslogtreecommitdiff
path: root/test/SemaCXX/virtual-override.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark DR1250 as implementedDavid Majnemer2016-02-011-12/+0
* [Sema] Incomplete types are OK for covariant returnsDavid Majnemer2016-01-261-0/+12
* PR6037Nathan Sidwell2015-01-191-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Better diagnostic for static override when methods are thiscall by defaultHans Wennborg2013-12-111-1/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth2011-02-181-1/+1
* When parsing an out-of-line member function declaration, we must delayJohn McCall2011-02-141-1/+1
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* Diagnose when a 'static' member function overrides a virtual functionDouglas Gregor2010-10-131-0/+12
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-11/+11
* Defer covariance checks for dependent types. Add test cases that also ensureChandler Carruth2010-02-151-0/+23
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-2/+2
* No need to canonicalize the type and use dyn_cast. Also, correctly diagnose t...Anders Carlsson2010-01-221-1/+40
* Fix an obvious goof that caused us to only see the top level of return typesChandler Carruth2010-01-221-0/+17
* Make sure that an overriding return type is complete before checking if it's ...Anders Carlsson2009-12-311-0/+47
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Unify the end-of-class code paths used by the parser and templateDouglas Gregor2009-12-031-3/+16
* Funtion templates and function template specializations do notDouglas Gregor2009-12-011-2/+14
* Move the checking of overridden virtual functions into the code pathDouglas Gregor2009-12-011-0/+13
* An inherited virtual (where "virtual" wasn't written explicitly) canDouglas Gregor2009-12-011-0/+8
* Check that the function being overridden is virtual.Anders Carlsson2009-05-141-0/+13
* Fix the same speling error in the test case (Duh).Anders Carlsson2009-05-141-1/+1
* Better diagnostics for covariance when checking overriding return types.Anders Carlsson2009-05-141-1/+81
* Add return type checking for overriding virtual functions. We currently don't...Anders Carlsson2009-05-141-0/+13