[cfe-commits] r145809 - /cfe/trunk/lib/Serialization/ASTWriter.cpp
Douglas Gregor
dgregor at apple.com
Mon Dec 5 08:35:23 PST 2011
Author: dgregor
Date: Mon Dec 5 10:35:23 2011
New Revision: 145809
URL: http://llvm.org/viewvc/llvm-project?rev=145809&view=rev
Log:
Actually add a useful bit to the comment pre-FIXME
Modified:
cfe/trunk/lib/Serialization/ASTWriter.cpp
Modified: cfe/trunk/lib/Serialization/ASTWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Serialization/ASTWriter.cpp?rev=145809&r1=145808&r2=145809&view=diff
==============================================================================
--- cfe/trunk/lib/Serialization/ASTWriter.cpp (original)
+++ cfe/trunk/lib/Serialization/ASTWriter.cpp Mon Dec 5 10:35:23 2011
@@ -1858,7 +1858,7 @@
}
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();
More information about the cfe-commits
mailing list