diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-12-05 16:35:23 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-12-05 16:35:23 +0000 |
commit | 4bc8738d837e5d401235f99e55277338e20e3651 (patch) | |
tree | 3ef8d71a2e022d93f6c0bc6aa35634dfb79856ad /lib/Serialization/ASTWriter.cpp | |
parent | 55988680ece66b8e505ee136b35e74fcb1173aee (diff) |
Actually add a useful bit to the comment pre-FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Serialization/ASTWriter.cpp')
-rw-r--r-- | lib/Serialization/ASTWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Serialization/ASTWriter.cpp b/lib/Serialization/ASTWriter.cpp index f2c2f4330a..f48d18c478 100644 --- a/lib/Serialization/ASTWriter.cpp +++ b/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(); |