Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a40b7f2c4a968a0f35f088cd009d671389b09ac2
/
test
/
SemaCXX
/
ambig-user-defined-conversions.cpp
ddddd48
De-Unicode-ify.
by NAKAMURA Takumi
· 14 years ago
f2ae526
Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities,
by Douglas Gregor
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 15 years ago
5495f37
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
by Chandler Carruth
· 15 years ago
5291c3c
When forming a function call or message send expression, be sure to
by Douglas Gregor
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
1d31833
Introduce a specific representation for the ambiguous implicit conversion
by John McCall
· 15 years ago
9a0e530
Organize testcase into namespaces.
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
99d6c44
Multiple conversions to the same type are ambiguous but for the
by Fariborz Jahanian
· 15 years ago
a441283
fix typo in file name
by Gabor Greif
· 15 years ago
[Renamed from test/SemaCXX/ambig-user-defined-convesions.cpp]
b1663d0
Produce detailed diagnostics when overload
by Fariborz Jahanian
· 15 years ago
455acd9
Issue good ambiguity diagnostic when convesion fails.
by Fariborz Jahanian
· 15 years ago