r215316 - ModuleMap.h: Prune an obsolete "\param ModuleMap" corresponding to r215268.

NAKAMURA Takumi geek4civic at gmail.com
Sun Aug 10 06:48:47 PDT 2014


Author: chapuni
Date: Sun Aug 10 08:48:47 2014
New Revision: 215316

URL: http://llvm.org/viewvc/llvm-project?rev=215316&view=rev
Log:
ModuleMap.h: Prune an obsolete "\param ModuleMap" corresponding to r215268.

Modified:
    cfe/trunk/include/clang/Lex/ModuleMap.h

Modified: cfe/trunk/include/clang/Lex/ModuleMap.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ModuleMap.h?rev=215316&r1=215315&r2=215316&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Sun Aug 10 08:48:47 2014
@@ -310,9 +310,6 @@ public:
   /// \param Parent The module that will act as the parent of this submodule,
   /// or NULL to indicate that this is a top-level module.
   ///
-  /// \param ModuleMap The module map that defines or allows the inference of
-  /// this module.
-  ///
   /// \param IsFramework Whether this is a framework module.
   ///
   /// \param IsExplicit Whether this is an explicit submodule.





More information about the cfe-commits mailing list