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 14363ff commit 123af81Copy full SHA for 123af81
lib/AST/DiagnosticEngine.cpp
@@ -165,8 +165,8 @@ class LocalizationInput : public llvm::yaml::Input {
165
// YAML file isn't guaranteed to have diagnostics in order of their
166
// declaration in `.def` files, to accommodate that we need to leave
167
// holes in diagnostic array for diagnostics which haven't yet been
168
- // localized and for the ones that
169
- // have `DiagnosticNode::id` indicates their position.
+ // localized and for the ones that have `DiagnosticNode::id`
+ // indicates their position.
170
Seq[static_cast<unsigned>(current.id)] = std::move(current.msg);
171
}
172
0 commit comments