uint32_t levels,
nonstd::string_view name,
nonstd::string_view suffix);
+
// Return a shortened view into the base name of `path`. This view starts at the
// beginning of the base name and ends at either the position the first dot, or
// `max_length`, or the length of the base name, whichever is the shortest.
// We can output stderr immediately instead of rerunning the compiler.
copy_fd(fd, 2);
close(fd);
-
- failed(STATS_STATUS, status);
}
- failed(STATS_STATUS);
+ failed(STATS_STATUS, status);
}
if (ctx.config.depend_mode()) {