]> granicus.if.org Git - clang/commit
Clarify the error message when the reason the conversion is not viable is because...
authorNick Lewycky <nicholas@mxc.ca>
Tue, 25 Aug 2015 22:18:46 +0000 (22:18 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 25 Aug 2015 22:18:46 +0000 (22:18 +0000)
commitc869e6070748b2532327ee5ad7fba4dc8925b359
treedecde7a743a77d44443ffa8a8fc1170680a08d60
parentbe8f948807d8d37de27bb57cffbc8ab61e8f1bad
Clarify the error message when the reason the conversion is not viable is because the returned value does not match the function return type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245979 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-generic-lambda-1y.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/templates.cpp
test/SemaCXX/rval-references.cpp