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 036d78f commit 1ee91dbCopy full SHA for 1ee91db
lib/Frontend/DiagnosticVerifier.cpp
@@ -35,6 +35,8 @@ struct ExpectedFixIt {
35
};
36
} // end namespace swift
37
38
+constexpr unsigned LineColumnRange::NoValue;
39
+
40
const LineColumnRange &
41
CapturedFixItInfo::getLineColumnRange(const SourceManager &SM,
42
unsigned BufferID,
0 commit comments