Say where the .x function comes from.
This commit is contained in:
parent
c2224aeff7
commit
bcd1973100
@ -102,6 +102,8 @@ namespace cling {
|
||||
|
||||
StringRefPair pairFuncExt = pairPathFile.second.rsplit('.');
|
||||
std::string expression = pairFuncExt.first.str() + "(" + args.str() + ")";
|
||||
// Give the user some context in case we have a problem in an invocation.
|
||||
expression += " /* invoking function corresponding to '.x' */";
|
||||
|
||||
assert(T);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user