summaryrefslogtreecommitdiff
path: root/test/SemaCXX/ambig-user-defined-conversions.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-0/+5
* De-Unicode-ify.NAKAMURA Takumi2011-08-121-1/+1
* Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities,Douglas Gregor2011-01-201-0/+8
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-1/+1
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-1/+2
* 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-0/+7
* Organize testcase into namespaces.John McCall2010-01-081-46/+45
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Multiple conversions to the same type are ambiguous but for theFariborz Jahanian2009-09-281-8/+34
* fix typo in file nameGabor Greif2009-09-231-0/+26