From 554bcb69c2d785a011a30e7db87a36a87fe7db10 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 15 Aug 2012 20:02:54 +0000 Subject: Vendor import of clang trunk r161861: http://llvm.org/svn/llvm-project/cfe/trunk@161861 --- include/clang/Lex/ModuleMap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/clang/Lex/ModuleMap.h') diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 4ebb1d4..fe5abdf 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -126,7 +126,7 @@ public: /// \brief Retrieve a module with the given name. /// - /// \param The name of the module to look up. + /// \param Name The name of the module to look up. /// /// \returns The named module, if known; otherwise, returns null. Module *findModule(StringRef Name); @@ -134,7 +134,7 @@ public: /// \brief Retrieve a module with the given name using lexical name lookup, /// starting at the given context. /// - /// \param The name of the module to look up. + /// \param Name The name of the module to look up. /// /// \param Context The module context, from which we will perform lexical /// name lookup. @@ -145,7 +145,7 @@ public: /// \brief Retrieve a module with the given name within the given context, /// using direct (qualified) name lookup. /// - /// \param The name of the module to look up. + /// \param Name The name of the module to look up. /// /// \param Context The module for which we will look for a submodule. If /// null, we will look for a top-level module. -- cgit v1.1