You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
447 B

// DIAG(enum, name, enable-by-default)
DIAG(const_name, "const-name", false)
DIAG(enum_explicit_default, "enum-explicit-default", false)
DIAG(file_descriptor, "file-descriptor", false)
DIAG(inout_parameter, "inout-parameter", false)
DIAG(interface_name, "interface-name", false)
DIAG(mixed_oneway, "mixed-oneway", false)
DIAG(out_array, "out-array", false)
DIAG(out_nullable, "out-nullable", false)
DIAG(unknown_warning, "unknown-warning", false)