r268843 - Update \param corresponding to r268819. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Fri May 6 20:12:30 PDT 2016
Author: chapuni
Date: Fri May 6 22:12:30 2016
New Revision: 268843
URL: http://llvm.org/viewvc/llvm-project?rev=268843&view=rev
Log:
Update \param corresponding to r268819. [-Wdocumentation]
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=268843&r1=268842&r2=268843&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Fri May 6 22:12:30 2016
@@ -53,7 +53,7 @@ public:
/// \brief Called when a header is added during module map parsing.
///
- /// \param File The header file itself.
+ /// \param Filename The header file itself.
virtual void moduleMapAddHeader(StringRef Filename) {}
};
More information about the cfe-commits
mailing list