summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overload-member-call.cpp
Commit message (Expand)AuthorAge
* Fix mismatch between pointer and pointee type when diagnosing an incorrectRichard Smith2013-01-26
* Further improvement to wording of overload resolution diagnostics, and includingRichard Smith2012-05-15
* PR11857: When the wrong number of arguments are provided for a functionRichard Smith2012-05-11
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-15
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-05
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-31
* Improve overload diagnostics some more by calling out qualifier mismatchesJohn McCall2010-01-14
* Improve the diagnostic for bad conversions in overload resolution to talkJohn McCall2010-01-14
* Record some basic information about bad conversion sequences. Use thatJohn McCall2010-01-13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Make sure to grab CVR qualifiers from the canonical type. ARGH!Douglas Gregor2009-11-05
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-07
* Update C++ status and add a few more tests of overloading for member function...Douglas Gregor2009-01-12
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-22