llvm-project/compiler-rt/lib/interception
Kamil Rytarowski d1c1e036ae Introduce new type for inteceptors UINTMAX_T
Summary:
The UINTMAX_T type will be used in new interceptors.

While there, correct the type of strtoumax(3) from INTMAX_T to UINTMAX_T.

Original patch from Yang Zheng.

Reviewers: vitalybuka, kcc, joerg

Reviewed By: vitalybuka

Subscribers: kubamracek, llvm-commits, tomsun.0.7, #sanitizers

Tags: #sanitizers

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

llvm-svn: 340907
2018-08-29 09:11:17 +00:00
..
tests [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPS 2017-10-12 18:51:41 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [CMake] Add compiler-rt header files to the list of sources for targets 2018-07-10 13:00:17 +00:00
interception.h Introduce new type for inteceptors UINTMAX_T 2018-08-29 09:11:17 +00:00
interception_linux.cc OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
interception_linux.h OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
interception_mac.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_mac.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_type_test.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_win.cc [winasan] Update GetInstructionSize for Win10 1803 2018-05-11 14:31:14 +00:00
interception_win.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00