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 2824b62 commit a14a873Copy full SHA for a14a873
include/swift/Driver/DependencyGraph.h
@@ -127,8 +127,7 @@ class DependencyGraphImpl {
127
/// dependency graph. Each member of the set is the name of a file which is
128
/// not in the module. These files' contents may (or may not) have affected
129
/// the module's compilation. This list may even include the paths of
130
- /// non-existent files whose absence is significant in the same way as
131
- /// Makefile .d dependencies.
+ /// non-existent files whose absence is significant.
132
///
133
/// Furthermore, this set might not exhaustive. It only includes dependencies
134
/// that will be checked by the driver's incremental mode.
0 commit comments