summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/template-ambiguous-overload.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sema: print qualified name for overload candidatesSaleem Abdulrasool2016-12-221-0/+16
Print the fully qualified names for the overload candidates. This makes it easier to tell what the ambiguity is. Especially if a template is instantiated after a using namespace, it will not inherit the namespace where it was declared. The specialization will give a message about a partial order being ambiguous for the same (unqualified) name, which does not help identify the failure. Addresses PR31450! llvm-svn: 290315
OpenPOWER on IntegriCloud