You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Abseil Team
0c92330442
Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.
...
The Lexan and MSVC toolchains both set _MSC_VER. The MSVC toolchain must set `ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE` and `ABSL_HAVE_STD_IS_TRIVIALLY_CONSTRUCTIBLE`, in order to use Abseil workarounds in the absence of these types. This is not necessary for clang-cl.
This change excludes clang-cl from the predicate setting these variables.
PiperOrigin-RevId: 465589196
Change-Id: I0426ec4f844aabe7cdde5c60725f6a9a6b16479f
2 years ago
..
algorithm
algorithm_test: suppress bogus -Wnonnull warning in GCC 12
3 years ago
base
Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl.
2 years ago
cleanup
Export of internal Abseil changes
3 years ago
container
Fix "unsafe narrowing" warnings in absl, 1/n.
2 years ago
copts
Export of internal Abseil changes
3 years ago
debugging
debugging: handle alternate signal stacks better on RISCV
2 years ago
flags
Update GoogleTest version used by Abseil
3 years ago
functional
any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC
2 years ago
hash
Fix "unsafe narrowing" warnings in absl, 2/n.
2 years ago
memory
Don't construct/destroy object twice
3 years ago
meta
Map the absl::is_trivially_* functions to their std impl
2 years ago
numeric
Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.".
2 years ago
profiling
Fix "unsafe narrowing" warnings in absl, 1/n.
2 years ago
random
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
status
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
strings
Add more SimpleAtod / SimpleAtof test coverage
2 years ago
synchronization
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
time
Fix "unsafe narrowing" warnings in absl, 3/n.
2 years ago
types
Make Span complain if constructed with a parameter that won't outlive it, except if that parameter is also a span or appears to be a view type.
2 years ago
utility
Minor clang-tidy cleanups
2 years ago
BUILD.bazel
Export of internal Abseil changes
3 years ago
CMakeLists.txt
Export of internal Abseil changes
3 years ago
abseil.podspec.gen.py
Export of internal Abseil changes
4 years ago