From 603825163f4633fae22ec048aa6f17e34f8f6323 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Dec 2011 16:35:23 +0000 Subject: Actually add a useful bit to the comment pre-FIXME llvm-svn: 145809 --- clang/lib/Serialization/ASTWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Serialization/ASTWriter.cpp') diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp index f2c2f4330ad..f48d18c478a 100644 --- a/clang/lib/Serialization/ASTWriter.cpp +++ b/clang/lib/Serialization/ASTWriter.cpp @@ -1858,7 +1858,7 @@ static unsigned getNumberOfModules(Module *Mod) { } void ASTWriter::WriteSubmodules(Module *WritingModule) { - // + // Determine the dependencies of our module and each of it's submodules. // FIXME: This feels like it belongs somewhere else, but there are no // other consumers of this information. SourceManager &SrcMgr = PP->getSourceManager(); -- cgit v1.2.3