Author: jonturner
Date: Thu Jul 28 12:42:18 2011
New Revision: 136365
URL: http://llvm.org/viewvc/llvm-project?rev=136365&view=rev
Log:
Add missing documentation onto new member variable.
Modified:
cfe/trunk/include/clang/Serialization/ASTReader.h
Modified: cfe/trunk/include/clang/Serialization/ASTReader.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTReader.h?rev=136365&r1=136364&r2=136365&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTReader.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTReader.h Thu Jul 28 12:42:18 2011
@@ -399,6 +399,8 @@
/// \brief All loaded modules, indexed by name.
llvm::DenseMap<const FileEntry *, Module *> Modules;
+ /// \brief FileManager that handles translating between filenames and
+ /// FileEntry *.
FileManager FileMgr;
public:
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits