We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4ca9f commit aeeac6dCopy full SHA for aeeac6d
compiler-rt/lib/fuzzer/FuzzerCommand.h
@@ -29,8 +29,7 @@ class Command final {
29
// is immutable, meaning this flag effectively marks the end of the mutable
30
// argument list.
31
static inline const char *ignoreRemainingArgs() {
32
- static const char *kIgnoreRemaining = "-ignore_remaining_args=1";
33
- return kIgnoreRemaining;
+ return "-ignore_remaining_args=1";
34
}
35
36
Command() : CombinedOutAndErr(false) {}
0 commit comments