Skip to content

Commit

Permalink
Fix Wdocumentation "unknown parameter". NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Aug 13, 2023
1 parent 512a6c5 commit 094539c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/include/clang/Lex/HeaderSearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 094539c

Please sign in to comment.