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 | 603825163f4633fae22ec048aa6f17e34f8f6323 (patch) | |
tree | dd221a99a3427b05237ae8a4c152002697123ae9 | |
parent | 0093b3c7bf201f6d426bc1c39fddc2e29b388b2c (diff) | |
download | bcm5719-llvm-603825163f4633fae22ec048aa6f17e34f8f6323.tar.gz bcm5719-llvm-603825163f4633fae22ec048aa6f17e34f8f6323.zip |
Actually add a useful bit to the comment pre-FIXME
llvm-svn: 145809
-rw-r--r-- | clang/lib/Serialization/ASTWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |