summaryrefslogtreecommitdiff
path: root/test/SemaCXX/builtin-ptrtomember-overload-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Introduce a specific representation for the ambiguous implicit conversionJohn McCall2010-01-121-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* If built-in operators could not be selected because of ambiguity inFariborz Jahanian2009-10-121-3/+4
* Implement [expr.mptr.oper]p6 for '->*' operator.Fariborz Jahanian2009-10-081-0/+1
* Fixes problem in finding visible convertion functions of a classFariborz Jahanian2009-10-071-0/+44