Clarification comment.

This commit is contained in:
Vassil Vassilev 2014-02-27 10:37:53 +01:00 committed by sftnight
parent 98283abd49
commit 50fe8b7a32

View File

@ -37,6 +37,7 @@ namespace cling {
}
cling::Transaction T(m_Sema->getASTContext());
T.append(FD);
// We know that it didn't end up in the EE by design.
ASTNodeEraser eraser(m_Sema, /*ExecutionEngine*/0);
eraser.RevertTransaction(&T);
}