llvm-project/compiler-rt/test
Shafik Yaghmour aea82d4551 [Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case of single enumerator with value zero or an empty enum
Currently in Sema::ActOnEnumBody(...) when calculating NumPositiveBits we miss
the case where there is only a single enumerator with value zero and the case of
an empty enum. In both cases we end up with zero positive bits when in fact we
need one bit to store the value zero.

This PR updates the calculation to account for these cases.

Differential Revision: https://reviews.llvm.org/D130301
2022-07-25 16:01:01 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [asan][test] Additional test requiring weak symbol for dyld64. 2022-07-25 13:56:02 -07:00
builtins [X86] Support `_Float16` on SSE2 and up 2022-06-30 17:21:37 +08:00
cfi [test] Change -lowertypetests tests to use -passes= 2022-07-17 21:33:02 -07:00
crt [crt][test] Fix dso_handle.cpp for Linux systems which default to PIE 2022-04-07 09:37:59 -07:00
dfsan Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
fuzzer [libFuzzer] Extend the fuzz target intarface to allow -1 return value. 2022-06-30 13:21:27 -07:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [hwasan] Add __hwasan_add_frame_record to the hwasan interface 2022-07-13 15:15:15 -07:00
interception
lsan Fix for e1d84c421d 2022-06-07 17:28:24 -07:00
memprof [asan][test] Additional test requiring weak symbol for dyld64. 2022-07-25 13:56:02 -07:00
msan [sanitizer] Deduplicate dn_expand test 2022-07-07 14:47:35 -07:00
orc [ORC][ORC_RT][AArch64] Implement TLS descriptor in ELFNixPlatform. 2022-07-06 20:12:22 +09:00
profile [InstrProf] Allow CSIRPGO function entry coverage 2022-07-18 15:10:11 -07:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [sanitizer] Deduplicate dn_expand test 2022-07-07 14:47:35 -07:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack
tsan tsan: remove tracking of racy addresses 2022-07-25 10:33:26 +02:00
ubsan [Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case of single enumerator with value zero or an empty enum 2022-07-25 16:01:01 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
lit.common.cfg.py Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00
lit.common.configured.in Revert "[llvm] cmake config groundwork to have ZSTD in LLVM" 2022-07-08 13:48:05 -07:00