summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/overload-member-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-4/+4
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-4/+4
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-4/+4
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-1/+1
* Improve overload diagnostics some more by calling out qualifier mismatchesJohn McCall2010-01-141-2/+7
* Improve the diagnostic for bad conversions in overload resolution to talkJohn McCall2010-01-141-2/+8
* Record some basic information about bad conversion sequences. Use thatJohn McCall2010-01-131-0/+19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure to grab CVR qualifiers from the canonical type. ARGH!Douglas Gregor2009-11-051-0/+12
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-5/+5
* Update C++ status and add a few more tests of overloading for member function...Douglas Gregor2009-01-121-0/+17
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-221-0/+39