This is a followup to the [previous change](https://github.com/abseil/abseil-cpp/commit/69195d5bd2416a7224416887c78353ee8edf67ee) that added the `ABSL_NULLABILITY_COMPATIBLE` attribute macro. Adding these attributes has the following benefits: - Clang itself can now diagnose certain nullability errors through the `-Wnonnull` and `-Wnullability` warnings. - The nullability annotations can now also be used on pointers to incomplete types, as we have removed the `IsSupportedType` mechanism that used the `absl_nullability_compatible` tag to check whether a type is nullability-compatible (which only worked for complete types) and instead let Clang perform this check through the `ABSL_NULLABILITY_COMPATIBLE` attribute (which also works on incomplete types). PiperOrigin-RevId: 684342145 Change-Id: I94c8affd5be704cb49340058ced177f09ebd83a3
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| atomic_hook.h | Loading commit data... | |
| atomic_hook_test.cc | Loading commit data... | |
| atomic_hook_test_helper.cc | Loading commit data... | |
| atomic_hook_test_helper.h | Loading commit data... | |
| cmake_thread_test.cc | Loading commit data... | |
| cycleclock.cc | Loading commit data... | |
| cycleclock.h | Loading commit data... | |
| cycleclock_config.h | Loading commit data... | |
| direct_mmap.h | Loading commit data... | |
| dynamic_annotations.h | Loading commit data... | |
| endian.h | Loading commit data... | |
| endian_test.cc | Loading commit data... | |
| errno_saver.h | Loading commit data... | |
| errno_saver_test.cc | Loading commit data... | |
| exception_safety_testing.cc | Loading commit data... | |
| exception_safety_testing.h | Loading commit data... | |
| exception_testing.h | Loading commit data... | |
| fast_type_id.h | Loading commit data... | |
| fast_type_id_test.cc | Loading commit data... | |
| hide_ptr.h | Loading commit data... | |
| identity.h | Loading commit data... | |
| inline_variable.h | Loading commit data... | |
| inline_variable_testing.h | Loading commit data... | |
| invoke.h | Loading commit data... | |
| low_level_alloc.cc | Loading commit data... | |
| low_level_alloc.h | Loading commit data... | |
| low_level_alloc_test.cc | Loading commit data... | |
| low_level_scheduling.h | Loading commit data... | |
| nullability_impl.h | Loading commit data... | |
| per_thread_tls.h | Loading commit data... | |
| poison.cc | Loading commit data... | |
| poison.h | Loading commit data... | |
| poison_test.cc | Loading commit data... | |
| pretty_function.h | Loading commit data... | |
| raw_logging.cc | Loading commit data... | |
| raw_logging.h | Loading commit data... | |
| scheduling_mode.h | Loading commit data... | |
| scoped_set_env.cc | Loading commit data... | |
| scoped_set_env.h | Loading commit data... | |
| scoped_set_env_test.cc | Loading commit data... | |
| spinlock.cc | Loading commit data... | |
| spinlock.h | Loading commit data... | |
| spinlock_akaros.inc | Loading commit data... | |
| spinlock_benchmark.cc | Loading commit data... | |
| spinlock_linux.inc | Loading commit data... | |
| spinlock_posix.inc | Loading commit data... | |
| spinlock_wait.cc | Loading commit data... | |
| spinlock_wait.h | Loading commit data... | |
| spinlock_win32.inc | Loading commit data... | |
| strerror.cc | Loading commit data... | |
| strerror.h | Loading commit data... | |
| strerror_benchmark.cc | Loading commit data... | |
| strerror_test.cc | Loading commit data... | |
| sysinfo.cc | Loading commit data... | |
| sysinfo.h | Loading commit data... | |
| sysinfo_test.cc | Loading commit data... | |
| thread_identity.cc | Loading commit data... | |
| thread_identity.h | Loading commit data... | |
| thread_identity_benchmark.cc | Loading commit data... | |
| thread_identity_test.cc | Loading commit data... | |
| throw_delegate.cc | Loading commit data... | |
| throw_delegate.h | Loading commit data... | |
| tracing.cc | Loading commit data... | |
| tracing.h | Loading commit data... | |
| tracing_strong_test.cc | Loading commit data... | |
| tracing_weak_test.cc | Loading commit data... | |
| tsan_mutex_interface.h | Loading commit data... | |
| unaligned_access.h | Loading commit data... | |
| unique_small_name_test.cc | Loading commit data... | |
| unscaledcycleclock.cc | Loading commit data... | |
| unscaledcycleclock.h | Loading commit data... | |
| unscaledcycleclock_config.h | Loading commit data... |