DependencyScanningTool.h - fix Wdocumentation warning. NFC.

This commit is contained in:
Simon Pilgrim 2022-07-30 11:00:35 +01:00
parent b3fd44dd6a
commit 91d9b7b407
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ struct FullDependencies {
/// arguments for dependencies.
std::vector<std::string> getCommandLine(
llvm::function_ref<std::string(const ModuleID &, ModuleOutputKind)>
LookupOutput) const;
LookupModuleOutput) const;
/// Get the full command line, excluding -fmodule-file=" arguments.
std::vector<std::string> getCommandLineWithoutModulePaths() const;