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 1c9a684 commit 343ba5fCopy full SHA for 343ba5f
swift/extractor/SwiftDispatcher.h
@@ -19,7 +19,7 @@ enum class SwiftExtractionMode { Module, PrimaryFile };
19
// node (AST nodes that are not types: declarations, statements, expressions, etc.).
20
class SwiftDispatcher {
21
public:
22
- // sourceManager, arena, and trap are supposed to outlive the SwiftDispatcher
+ // all references passed as parameters to this constructor are supposed to outlive the SwiftDispatcher
23
SwiftDispatcher(const swift::SourceManager& sourceManager,
24
TrapArena& arena,
25
TrapOutput& trap,
0 commit comments