Assume valid pointers for declare().

This commit is contained in:
Axel Naumann 2017-09-12 10:38:44 +02:00 committed by sftnight
parent 89a7a1ead0
commit 7f105f4ad5

View File

@ -784,6 +784,7 @@ namespace cling {
CO.DeclarationExtraction = 0;
CO.ValuePrinting = 0;
CO.ResultEvaluation = 1;
CO.CheckPointerValidity = 0;
return EvaluateInternal(input, CO, &V);
}