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 9eaced5 commit d21fe19Copy full SHA for d21fe19
toolchain/docs/diagnostics.md
@@ -171,8 +171,8 @@ methods for formatting arguments:
171
- `llvm::StringRef` is disallowed due to lifetime issues.
172
- `llvm::StringLiteral` is disallowed because format providers such as
173
`BoolAsSelect` should work in cases where a `StringLiteral` could be
174
- used, and because string literal parameters tend to make
175
- the resulting diagnostics hard to translate.
+ used, and because string literal parameters tend to make the
+ resulting diagnostics hard to translate.
176
- `llvm::format_provider<...>` specializations.
177
- `BoolAsSelect` and `IntAsSelect` from
178
[format_providers.h](/toolchain/diagnostics/format_providers.h) are
0 commit comments