r321960 - Remove outdated doxygen comment [-Wdocumentation]
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 7 01:11:16 PST 2018
Author: d0k
Date: Sun Jan 7 01:11:16 2018
New Revision: 321960
URL: http://llvm.org/viewvc/llvm-project?rev=321960&view=rev
Log:
Remove outdated doxygen comment [-Wdocumentation]
No functionality change.
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=321960&r1=321959&r2=321960&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Sun Jan 7 01:11:16 2018
@@ -636,10 +636,6 @@ public:
/// \param ExternModuleLoc The location of the "extern module" declaration
/// that caused us to load this module map file, if any.
///
- /// \param IsExplicitlyProvided Whether this module map file was provided
- /// explicitly by the user (e.g. -fmodule-map-file), rather than found
- /// implicitly.
- ///
/// \returns true if an error occurred, false otherwise.
bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
const DirectoryEntry *HomeDir,
More information about the cfe-commits
mailing list