File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
clang/include/clang/Tooling/DependencyScanning Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ struct P1689Rule {
7979class DependencyScanningTool {
8080public:
8181 // / Construct a dependency scanning tool.
82+ // /
83+ // / @param Service The parent service. Must outlive the tool.
84+ // / @param FS The filesystem for the tool to use. Defaults to the physical FS.
8285 DependencyScanningTool (DependencyScanningService &Service,
8386 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS =
8487 llvm::vfs::createPhysicalFileSystem ());
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ class DependencyActionController {
8080// / using the regular processing run.
8181class DependencyScanningWorker {
8282public:
83+ // / Construct a dependency scanning worker.
84+ // /
85+ // / @param Service The parent service. Must outlive the worker.
86+ // / @param FS The filesystem for the worker to use.
8387 DependencyScanningWorker (DependencyScanningService &Service,
8488 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS);
8589
You can’t perform that action at this time.
0 commit comments