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