1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/unittests
Vedant Kumar fb4a1deb6c Avoid a UB pointer overflow in the ArrayRef unit test
The intent of the test is to check that array lengths greater than
UINT_MAX work properly. Change the test to stress that scenario, without
triggering pointer overflow UB.

Caught by a WIP pointer overflow checker in clang.

Differential Revision: https://reviews.llvm.org/D33149

llvm-svn: 304353
2017-05-31 21:47:52 +00:00
..
ADT Avoid a UB pointer overflow in the ArrayRef unit test 2017-05-31 21:47:52 +00:00
Analysis ScalarEvolution unit test: fix typo that breaks check-all 2017-05-27 05:24:30 +00:00
AsmParser
Bitcode
CodeGen [SVE] Fix mismatched sign comparison warning in unit test from r300842. 2017-04-20 16:54:49 +00:00
DebugInfo Reverted r303602, as it will be fixed in gtest. 2017-05-30 03:17:10 +00:00
ExecutionEngine [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH 2017-05-09 21:32:18 +00:00
IR Fix assertion when merging multiple empty AttributeLists 2017-05-31 14:24:06 +00:00
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
ProfileData
Support [ManagedStatic] Avoid putting function pointers in template args. 2017-05-29 20:56:27 +00:00
Target [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-function predicates. 2017-05-19 11:08:33 +00:00
Transforms Revert "[Cloning] Take another pass at properly cloning debug info" 2017-05-30 18:56:26 +00:00
XRay
CMakeLists.txt