clang/test/CXX/temp/temp.deduct/p5.cpp
0 → 100644
+6
−0
Loading
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.