Add comments.

llvm-svn: 91430
This commit is contained in:
Zhongxing Xu 2009-12-15 09:32:42 +00:00
parent 950978a44b
commit 765f3e4f35
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ void AnalysisConsumer::HandleTranslationUnit(ASTContext &C) {
// Explicitly destroy the PathDiagnosticClient. This will flush its output.
// FIXME: This should be replaced with something that doesn't rely on
// side-effects in PathDiagnosticClient's destructor.
// side-effects in PathDiagnosticClient's destructor. This is required when
// used with option -disable-free.
Mgr.reset(NULL);
}