Skip to content

Commit d3d913e

Browse files
adapted from Sema::BuildCallExpr
1 parent 9e5f2f7 commit d3d913e

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)