hanchenye-llvm-project/compiler-rt/lib/interception
Alexey Samsonov a555b3faf4 [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state.
llvm-svn: 164486
2012-09-24 11:43:40 +00:00
..
mach_override Fix compiler warnings: remove __attribute__((visibility)) for static functions, use unsigned char instead of char. 2012-09-12 14:14:08 +00:00
CMakeLists.txt Pass -std=c99 when compiling mach_override.c 2012-09-12 15:44:56 +00:00
Makefile.mk
interception.h [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. 2012-09-24 11:43:40 +00:00
interception_linux.cc [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_linux.h [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_mac.cc [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type 2012-08-02 11:19:13 +00:00
interception_mac.h [ASan] more macro/casting magic to suppress warnings 2012-09-12 14:10:14 +00:00
interception_win.cc [Sanitizer] fix windows build 2012-08-02 11:38:58 +00:00
interception_win.h Follow-up for r161168 for Windows 2012-08-02 11:29:14 +00:00