DependencyScanningTool.h - fix Wdocumentation warning. NFC.
This commit is contained in:
parent
b3fd44dd6a
commit
91d9b7b407
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue