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 81c5b92 commit 1beb560Copy full SHA for 1beb560
tools/worker/swift_runner.cc
@@ -202,7 +202,7 @@ static std::unique_ptr<TempFile> WriteDirectResponseFile(
202
// the view to the end of the argument in a similar fashion to
203
// `absl::ConsumePrefix()`.
204
static std::optional<std::string> ConsumeArg(
205
- absl::Nonnull<absl::string_view *> line) {
+ absl::string_view *absl_nonnull line) {
206
size_t whitespace_count = 0;
207
size_t length = line->size();
208
while (whitespace_count < length && (*line)[whitespace_count] == ' ') {
0 commit comments