llvm/compiler-rt
Kuba Mracek 23e8a4d160 [UBSan] Relax test expectations in Misc/objc-cast.m test
The test checks that an array of Obj-C literal integers (e.g. `@1`) gets a UBSan
warning when cast to an NSString, however the actual concrete Obj-C class of
literal integers doesn't always need to be __NSCFNumber. Let's relax the test
expectations to allow NSConstantIntegerNumber. Which exact subclass of NSNumber
is used is not actually important for the test (the test is just checking that
the invalid cast warning is thrown).
2022-01-12 05:25:02 -08:00
..
cmake [compiler-rt] Silence warnings when building with MSVC 2022-01-11 10:36:57 -05:00
docs
include [DFSan] Add option for conditional callbacks. 2022-01-05 15:07:09 -08:00
lib [NFC] Fixup for comment 2022-01-11 15:35:15 -08:00
test [UBSan] Relax test expectations in Misc/objc-cast.m test 2022-01-12 05:25:02 -08:00
tools
unittests
utils
www
.clang-tidy
.gitignore
CMakeLists.txt Control-flow Enforcement Technology (CET), published by Intel, introduces 2022-01-10 11:01:11 +08:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================