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 2126f72 commit bc51e05Copy full SHA for bc51e05
include/swift/AST/DiagnosticConsumer.h
@@ -187,10 +187,6 @@ class FileSpecificDiagnosticConsumer : public DiagnosticConsumer {
187
/// Returns nullptr if diagnostic is to be suppressed,
188
/// None if diagnostic is to be distributed to every consumer,
189
/// a particular consumer if diagnostic goes there.
190
- ///
191
- /// (If batch mode failed to suppress diagnostics for non-primary files, it
192
- /// would end up writing each of those diagnostics in each primary file's
193
- /// serialized diagnostic file.)
194
Optional<DiagnosticConsumer *> consumerForLocation(SourceManager &SM,
195
SourceLoc loc) const;
196
};
0 commit comments