]> granicus.if.org Git - clang/commit
Issue a good diagnostics when attempt to select
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Sep 2009 00:10:11 +0000 (00:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Sep 2009 00:10:11 +0000 (00:10 +0000)
commit78cf9a26d27349a7b9ae83a0b7d5451571b9b41e
treec9722742c44988c01f93e10cbcba07c084c1e8ae
parentd3509faadc1026e4f1f0671e008b91609a498983
Issue a good diagnostics when attempt to select
a type convesion function results in ambiguity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81812 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaOverload.cpp
test/SemaCXX/conversion-function.cpp