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, _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits