aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-03-30 08:40:44 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-30 08:42:27 -0700
commit78a5fcff8a311c71cfe163a40856f7413e346409 (patch)
treea0924ece21df20eccaf1ed073a4defb3f6e90131 /src/main/protobuf
parent520c66fc48ae054807d969354fad6cdfcac45721 (diff)
Remove category checking from incompatible changes.
String categories are deprecated, replace this special-cased value with a specific OptionMetadata tag, TRIGGERED_BY_ALL_INCOMPATIBLE_CHANGES. RELNOTES: None. PiperOrigin-RevId: 191069412
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/option_filters.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/option_filters.proto b/src/main/protobuf/option_filters.proto
index 6a4e3e4959..782620d053 100644
--- a/src/main/protobuf/option_filters.proto
+++ b/src/main/protobuf/option_filters.proto
@@ -52,4 +52,5 @@ enum OptionMetadataTag {
DEPRECATED = 2;
HIDDEN = 3;
INTERNAL = 4;
+ TRIGGERED_BY_ALL_INCOMPATIBLE_CHANGES = 5;
}