summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/virtual-override.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud