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 89ea8f6 commit e871ce9Copy full SHA for e871ce9
SwiftCompilerSources/Sources/Optimizer/FunctionPasses/LifetimeDependenceDiagnostics.swift
@@ -9,6 +9,15 @@
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
//
11
//===----------------------------------------------------------------------===//
12
+///
13
+/// Pass dependencies:
14
15
+/// - After MoveOnly checking fixes non-Copyable lifetimes.
16
17
+/// - Before MoveOnlyTypeEliminator removes ownership operations on trivial types, which loses variable information
18
+/// required for diagnostics.
19
20
+//===----------------------------------------------------------------------===//
21
22
import AST
23
import SIL
0 commit comments