grpc/include/grpcpp/impl
Esun Kim c9df35a4d1 [Clean-up] Fix MSAN and UBSAN issues found by clang-19 (#36707)
Fixed various MSAN and UBSAN issues found in an attempt to bump the clang version used for RBE. (https://github.com/grpc/grpc/pull/36685) As our xSAN tests are using RBE, it revealed a few new issues. This PR is to fix all of those.

Closes #36707

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36707 from veblush:fix-xsan ebbebc2d4e
PiperOrigin-RevId: 636685138
2024-05-23 14:56:20 -07:00
..
codegen [clang-format] Remove requirement that port_platform.h is at the top (#36277) 2024-04-09 08:48:02 -07:00
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36275) 2024-04-09 09:08:28 -07:00
README.md Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
call_hook.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
call_op_set.h [Clean-up] Fix MSAN and UBSAN issues found by clang-19 (#36707) 2024-05-23 14:56:20 -07:00
call_op_set_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel_argument_option.h Add MakeChannelArgumentOption() for void* (#32096) 2023-01-13 17:15:30 -08:00
channel_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_unary_call.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
completion_queue_tag.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_auth_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
delegating_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc_library.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
intercepted_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptor_common.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
metadata_map.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
method_handler_impl.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
proto_utils.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
rpc_method.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
rpc_service_method.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
serialization_traits.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder_option.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder_plugin.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_callback_handlers.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
server_initializer.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
service_type.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00
status.h [clang-format] Remove requirement that port_platform.h is at the top (#36275) 2024-04-09 09:08:28 -07:00
sync.h [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36452) 2024-04-26 00:42:19 -07:00

README.md

The APIs in this directory are not stable!

This directory contains header files that need to be installed but are not part of the public API. Users should not use these headers directly.