diff options
author | Abseil Team <absl-team@google.com> | 2023-06-20 07:29:20 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-20 07:30:11 -0700 |
commit | 5668c20e027f161eeb0b0bfe6ddbc814705c1c6b (patch) | |
tree | 30ec3ec689846359fe1f08805eec7d630711d5b2 /CMake | |
parent | 76548f868453259834c6b96a3c2e434200d9d289 (diff) | |
download | abseil-5668c20e027f161eeb0b0bfe6ddbc814705c1c6b.tar.gz abseil-5668c20e027f161eeb0b0bfe6ddbc814705c1c6b.tar.bz2 abseil-5668c20e027f161eeb0b0bfe6ddbc814705c1c6b.zip |
Add Nullability annotations to Abseil.
PiperOrigin-RevId: 541915097
Change-Id: I7ebfbafc36db38b59b30ab5b312cd7e22082a805
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index b64f133c..f8dea458 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -26,6 +26,7 @@ set(ABSL_INTERNAL_DLL_FILES "base/internal/low_level_alloc.cc" "base/internal/low_level_alloc.h" "base/internal/low_level_scheduling.h" + "base/internal/nullability_impl.h" "base/internal/per_thread_tls.h" "base/internal/prefetch.h" "base/prefetch.h" @@ -56,6 +57,7 @@ set(ABSL_INTERNAL_DLL_FILES "base/log_severity.cc" "base/log_severity.h" "base/macros.h" + "base/nullability.h" "base/optimization.h" "base/options.h" "base/policy_checks.h" |