summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/ambig-user-defined-conversions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
| | | | | | | | | | therefore not creating ElaboratedTypes, which are still pretty-printed with the written tag). Most of these testcase changes were done by script, so don't feel too sorry for my fingers. llvm-svn: 98149
* Introduce a specific representation for the ambiguous implicit conversionJohn McCall2010-01-121-0/+7
| | | | | | | sequence. Lots of small relevant changes. Fixes some serious problems with ambiguous conversions; also possibly improves associated diagnostics. llvm-svn: 93214
* Organize testcase into namespaces.John McCall2010-01-081-46/+45
| | | | llvm-svn: 93015
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Multiple conversions to the same type are ambiguous but for theFariborz Jahanian2009-09-281-8/+34
| | | | | | | purpose of overload resolution is to be treated as a uner-defined conversion. llvm-svn: 83004
* fix typo in file nameGabor Greif2009-09-231-0/+26
llvm-svn: 82623
OpenPOWER on IntegriCloud