We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd4bf commit 1b01f21Copy full SHA for 1b01f21
include/swift/AST/FineGrainedDependencies.h
@@ -346,6 +346,10 @@ class BiIndexedTwoStageMap {
346
// MARK: Start of fine-grained-dependency-specific code
347
//==============================================================================
348
349
+/// Uses the provided module or source file to construct a dependency graph,
350
+/// which is provided back to the caller in the continuation callback.
351
+///
352
+/// \Note The returned graph should not be escaped from the callback.
353
bool withReferenceDependencies(
354
llvm::PointerUnion<ModuleDecl *, SourceFile *> MSF,
355
const DependencyTracker &depTracker, StringRef outputPath,
0 commit comments