Add clarifying comment.

This commit is contained in:
Axel Naumann 2016-07-22 15:53:33 +02:00 committed by sftnight
parent 5e2df99165
commit 431e6e6815

View File

@ -793,6 +793,8 @@ namespace cling {
&& "Completion point wrongly set!");
assert(PP.isCodeCompletionReached()
&& "Code completion set but not reached!");
// Let's ignore this transaction:
m_Consumer->getTransaction()->setIssuedDiags(Transaction::kErrors);
return kSuccess;