Provide a valid SourceLoc - template instantiation needs it (ROOT-7364).
This commit is contained in:
parent
dc2047e7c4
commit
331a71cd2d
@ -251,7 +251,7 @@ namespace {
|
||||
CallArgs.push_back(EVPOn);
|
||||
|
||||
ExprResult Call;
|
||||
SourceLocation noLoc;
|
||||
SourceLocation noLoc = locStart;
|
||||
if (desugaredTy->isVoidType()) {
|
||||
// In cases where the cling::Value gets reused we need to reset the
|
||||
// previous settings to void.
|
||||
|
Loading…
x
Reference in New Issue
Block a user