llvm-project/compiler-rt/lib/esan
Derek Bruening 3441644245 [esan] Fix uninitialized warning from interception context
The interception context is not used by esan, but the compiler complains
about it being uninitialized all the same.  We set it to null to avoid the
warning.

llvm-svn: 267376
2016-04-25 03:56:20 +00:00
..
CMakeLists.txt
esan.cpp
esan.h
esan.syms.extra
esan_interceptors.cpp [esan] Fix uninitialized warning from interception context 2016-04-25 03:56:20 +00:00
esan_interface.cpp
esan_interface_internal.h