grpc/include/grpcpp/support
Romain Geissler @ Amadeus 0bc07c957e
[C++] Fix clang's -Winconsistent-missing-override in proto reader/writer. (#33646)
The "override" is not added on purpose to remain compatible with
Protobuf < 22.x, as already written in the comment on top of these two
functions.

CC @veblush as the author of this code.

Note: I am personally not super enthousiastic about this change. As an
alternative, I can propose to selectively add the `override` keyword,
based on the value of the `PROTOBUF_VERSION` macro (comparing it to
`4022000`). Tell me if you prefer this version instead.
2023-09-12 12:47:55 -07:00
..
async_stream.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
async_unary_call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
byte_buffer.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
callback_common.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel_arguments.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_callback.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_interceptor.h GcpObservability: Add client api latency (#32645) 2023-03-22 15:31:47 -07:00
config.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
error_details.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptor.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
message_allocator.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
method_handler.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
proto_buffer_reader.h [C++] Fix clang's -Winconsistent-missing-override in proto reader/writer. (#33646) 2023-09-12 12:47:55 -07:00
proto_buffer_writer.h [C++] Fix clang's -Winconsistent-missing-override in proto reader/writer. (#33646) 2023-09-12 12:47:55 -07:00
server_callback.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_interceptor.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
slice.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
status.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
status_code_enum.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
string_ref.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stub_options.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
sync_stream.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
time.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
validate_service_config.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00