summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.deduct/p5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Concepts] Do not check constraints if not all template arguments have been ↵Saar Raz2020-02-121-0/+6
deduced We previously checked the constraints of instantiated function templates even in cases where PartialOverloading was true and not all template arguments have been deduced, which caused crashes in clangd (bug 44714). We now check if all arguments have been deduced before checking constraints in partial overloading scenarios. (cherry picked from commit 5fef14d932fe602bf998b8fb8a809ff85ca1e245)
OpenPOWER on IntegriCloud