summaryrefslogtreecommitdiff
path: root/test/SemaCXX/conversion-delete-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-12/+12
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 1) don't do overload resolution in selecting conversionFariborz Jahanian2009-09-151-4/+3
* Perform overload resolution when selecting a pointer conversionFariborz Jahanian2009-09-151-18/+17
* Removed couple of FIXME comments from test case.Fariborz Jahanian2009-09-141-2/+2
* More work toward having an access method for visibleFariborz Jahanian2009-09-121-2/+30
* Patch to build visible conversion function list lazily and make its Fariborz Jahanian2009-09-111-0/+83