Sergey Matveev
|
bc880f3a54
|
[lsan] Add exitcode flag. Kill the process if leaks are found.
llvm-svn: 182641
|
2013-05-24 13:16:02 +00:00 |
Sergey Matveev
|
17f5705d3c
|
[asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
llvm-svn: 182389
|
2013-05-21 15:35:34 +00:00 |
Sergey Matveev
|
620744556a
|
[lsan] Change CMakeLists to build the common LSan module for ASan.
Also, define CAN_SANITIZE_LEAKS.
llvm-svn: 182383
|
2013-05-21 14:12:11 +00:00 |
Sergey Matveev
|
bcfd838bcb
|
[lsan] GetUserBegin() in LSan.
Separate the notions of user-visible chunk and allocator chunk, to facilitate
ASan integration.
llvm-svn: 182256
|
2013-05-20 13:08:23 +00:00 |
Sergey Matveev
|
b5483be858
|
[lsan] Common leak checking module.
Leak checking functionality which will be shared between
LSan/ASan/MSan.
llvm-svn: 182249
|
2013-05-20 11:06:50 +00:00 |