Skip to content

Commit 123af81

Browse files
xedintheblixguy
andauthored
Update lib/AST/DiagnosticEngine.cpp
Co-authored-by: Suyash Srijan <[email protected]>
1 parent 14363ff commit 123af81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/AST/DiagnosticEngine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ class LocalizationInput : public llvm::yaml::Input {
165165
// YAML file isn't guaranteed to have diagnostics in order of their
166166
// declaration in `.def` files, to accommodate that we need to leave
167167
// 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.
168+
// localized and for the ones that have `DiagnosticNode::id`
169+
// indicates their position.
170170
Seq[static_cast<unsigned>(current.id)] = std::move(current.msg);
171171
}
172172
}

0 commit comments

Comments
 (0)