Internal changes.

PiperOrigin-RevId: 630090538
pull/16689/head
Protobuf Team Bot 2024-05-02 09:38:49 -07:00 committed by Copybara-Service
parent 05afdc2f0a
commit c9eeb1c8a7
3 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,8 @@
* google/protobuf/descriptor.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
* regenerated.
* NO CHECKED-IN PROTOBUF GENCODE */
#ifndef GOOGLE_PROTOBUF_DESCRIPTOR_PROTO_UPB_H_
#define GOOGLE_PROTOBUF_DESCRIPTOR_PROTO_UPB_H_

View File

@ -51,7 +51,11 @@ void EmitFileWarning(absl::string_view name, Output& output) {
" * $0\n"
" *\n"
" * Do not edit -- your changes will be discarded when the file is\n"
" * regenerated. */\n\n",
" * regenerated.\n"
" * NO CHECKED-IN "
// Intentional line break.
"PROTOBUF GENCODE */\n"
"\n",
name);
}

View File

@ -3,7 +3,8 @@
* google/protobuf/compiler/plugin.proto
*
* Do not edit -- your changes will be discarded when the file is
* regenerated. */
* regenerated.
* NO CHECKED-IN PROTOBUF GENCODE */
#ifndef GOOGLE_PROTOBUF_COMPILER_PLUGIN_PROTO_UPB_H_
#define GOOGLE_PROTOBUF_COMPILER_PLUGIN_PROTO_UPB_H_