]> granicus.if.org Git - clang/commitdiff
Actually add a useful bit to the comment pre-FIXME
authorDouglas Gregor <dgregor@apple.com>
Mon, 5 Dec 2011 16:35:23 +0000 (16:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 5 Dec 2011 16:35:23 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145809 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTWriter.cpp

index f2c2f4330adcc1963893e1bf2a292dc2ea70cd99..f48d18c478a2e682a847b2a1706a0c3108460937 100644 (file)
@@ -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();