]> granicus.if.org Git - clang/commit
Add a special note for overload resolution when an initializer list argument
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 24 Sep 2011 17:48:32 +0000 (17:48 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 24 Sep 2011 17:48:32 +0000 (17:48 +0000)
commitfd2a00a60837d19fcf27449d1c580bb1b24ba429
treeb95ab543654b477f2a22d2620e3b135baee59d2e
parent6df6548e44a61c444bd85dccd0398cba047c79b1
Add a special note for overload resolution when an initializer list argument
cannot be converted.
This is in preparation for overload resolution of initializer lists.
Currently, you will always get this message when you try to pass an init
list to an overloaded function.

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