18 constexpr bool kFeatureValues[] = {
19 true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
20 true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
23 return kFeatureValues[
static_cast<int>(feature)];
27 constexpr const char* kFeatureNames[] = {
38 "named-arguments-anywhere",
40 "constructor-tearoffs",
43 "nonfunction-type-aliases",
46 "constant-update-2018",
47 "control-flow-collections",
52 return kFeatureNames[
static_cast<int>(feature)];
bool GetExperimentalFeatureDefault(ExperimentalFeature feature)
const char * GetExperimentalFeatureName(ExperimentalFeature feature)
#define ARRAY_SIZE(array)