Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 499 additions & 175 deletions upb/reflection/stage0/google/protobuf/descriptor.upb.c

Large diffs are not rendered by default.

2,867 changes: 1,769 additions & 1,098 deletions upb/reflection/stage0/google/protobuf/descriptor.upb.h

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion upb_generator/c/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ bootstrap_cc_binary(
":names_internal",
"//src/google/protobuf/compiler:code_generator",
"//src/google/protobuf/compiler:plugin",
"//src/google/protobuf/io",
"//src/google/protobuf/io:printer",
"//upb/base",
"//upb/mem",
"//upb/mini_table",
Expand All @@ -73,7 +75,7 @@ bootstrap_cc_binary(
"@abseil-cpp//absl/log:absl_log",
"@abseil-cpp//absl/memory",
"@abseil-cpp//absl/strings",
"@abseil-cpp//absl/strings:cord",
"@abseil-cpp//absl/types:span",
],
)

Expand Down
Loading
Loading