Richard Smith
|
64e25ce53d
|
Move C++ name demangling support from ubsan into sanitizer_common.
llvm-svn: 170666
|
2012-12-20 05:00:13 +00:00 |
Alexey Samsonov
|
83ecabe6e6
|
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
llvm-svn: 165493
|
2012-10-09 08:51:08 +00:00 |
Alexey Samsonov
|
419f610a74
|
[Sanitizer] Switch the symbolization strategy that would be used by sanitizer tools family: as compiling in-process symbolizer into runtime involves certain difficulties, we may instead launch an external symbolizer program (fork + execl) in a subprocess and communicate with it via pipe.
llvm-svn: 162437
|
2012-08-23 07:32:06 +00:00 |
Alexey Samsonov
|
ef7758f561
|
[Sanitizer] move OS-dependent pieces of symbolizer to separate source files
llvm-svn: 161862
|
2012-08-14 13:00:32 +00:00 |