llvm-project/compiler-rt/lib/interception
Alexander Potapenko c7a7522f83 Pass -std=c99 when compiling mach_override.c
llvm-svn: 163717
2012-09-12 15:44:56 +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 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it 2012-05-15 12:21:33 +00:00
interception.h [ASan] fix interception macro for Android build 2012-09-12 09:42:23 +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