diff --git a/clang/include/clang/Lex/HeaderSearch.h b/clang/include/clang/Lex/HeaderSearch.h index 37cdbc7519a4e..059b143535faa 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 findAllModulesForHeader(FileEntryRef File) const;