Skip to content

Commit 094539c

Browse files
committed
Fix Wdocumentation "unknown parameter". NFC.
1 parent 512a6c5 commit 094539c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/Lex/HeaderSearch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,6 @@ class HeaderSearch {
670670

671671
/// Retrieve all the modules corresponding to the given file.
672672
///
673-
/// \param AllowCreation Whether to allow inference of a new submodule, or to
674-
/// only return existing known modules.
675-
///
676673
/// \ref findModuleForHeader should typically be used instead of this.
677674
ArrayRef<ModuleMap::KnownHeader>
678675
findAllModulesForHeader(FileEntryRef File) const;

0 commit comments

Comments
 (0)