aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/ambig-user-defined-conversions.cpp
AgeCommit message (Expand)Author
2011-08-12De-Unicode-ify.NAKAMURA Takumi
2011-01-20Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities,Douglas Gregor
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-07-14Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth
2010-07-13When forming a function call or message send expression, be sure toDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-12Introduce a specific representation for the ambiguous implicit conversionJohn McCall
2010-01-08Organize testcase into namespaces.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-28Multiple conversions to the same type are ambiguous but for theFariborz Jahanian
2009-09-23fix typo in file nameGabor Greif