Skip to content

Commit 9f9625e

Browse files
adapted from Sema::BuildCallExpr
1 parent a2e6a7d commit 9f9625e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ namespace Cpp {
10551055
funcs.push_back(Found);
10561056
}
10571057

1058+
// Adapted from inner workings of Sema::BuildCallExpr
10581059
TCppFunction_t
10591060
BestOverloadFunctionMatch(const std::vector<TCppFunction_t>& candidates,
10601061
const std::vector<TemplateArgInfo>& explicit_types,

0 commit comments

Comments
 (0)