Author: Simon Pilgrim Date: 2023-08-13T11:33:00+01:00 New Revision: 094539cfcb46f55824402565e5c18580df689a67
URL: https://github.com/llvm/llvm-project/commit/094539cfcb46f55824402565e5c18580df689a67 DIFF: https://github.com/llvm/llvm-project/commit/094539cfcb46f55824402565e5c18580df689a67.diff LOG: Fix Wdocumentation "unknown parameter". NFC. Added: Modified: clang/include/clang/Lex/HeaderSearch.h Removed: ################################################################################ diff --git a/clang/include/clang/Lex/HeaderSearch.h b/clang/include/clang/Lex/HeaderSearch.h index 37cdbc7519a4ef..059b143535faab 100644 --- a/clang/include/clang/Lex/HeaderSearch.h +++ b/clang/include/clang/Lex/HeaderSearch.h @@ -670,9 +670,6 @@ class HeaderSearch { /// Retrieve all the modules corresponding to the given file. /// - /// \param AllowCreation Whether to allow inference of a new submodule, or to - /// only return existing known modules. - /// /// \ref findModuleForHeader should typically be used instead of this. ArrayRef<ModuleMap::KnownHeader> findAllModulesForHeader(FileEntryRef File) const; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits