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