Skip to content

Commit 343ba5f

Browse files
Update swift/extractor/SwiftDispatcher.h
Co-authored-by: Paolo Tranquilli <redsun82@github.com>
1 parent 1c9a684 commit 343ba5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/SwiftDispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum class SwiftExtractionMode { Module, PrimaryFile };
1919
// node (AST nodes that are not types: declarations, statements, expressions, etc.).
2020
class SwiftDispatcher {
2121
public:
22-
// sourceManager, arena, and trap are supposed to outlive the SwiftDispatcher
22+
// all references passed as parameters to this constructor are supposed to outlive the SwiftDispatcher
2323
SwiftDispatcher(const swift::SourceManager& sourceManager,
2424
TrapArena& arena,
2525
TrapOutput& trap,

0 commit comments

Comments
 (0)