Make a bunch of static arrays const.
[oota-llvm.git] / lib / Fuzzer / FuzzerDriver.cpp
index ce745fed387b929cf25732645ea74edc7cc9537a..d73e351d6493cb5a564b35e9d97f0ea29469ec27 100644 (file)
@@ -42,7 +42,7 @@ struct {
 #undef FUZZER_FLAG_STRING
 } Flags;
 
-static FlagDescription FlagDescriptions [] {
+static const FlagDescription FlagDescriptions [] {
 #define FUZZER_FLAG_INT(Name, Default, Description)                            \
   { #Name, Description, Default, &Flags.Name, nullptr},
 #define FUZZER_FLAG_STRING(Name, Description)                                  \