Implement C++ [temp.deduct.call]p6, template argument deduction for overloaded
arguments.  Fix a bug where incomplete explicit specializations were being
passed through as legitimate.  Fix a bug where the absence of an explicit
specialization in an overload set was causing overall deduction to fail.

Fixes PR6191.

llvm-svn: 95052
2 files changed
tree: e14729c6ff041f1f5cd3379ac71c3a65fea81dfe
  1. clang/
  2. compiler-rt/
  3. llvm/