[ASan/Win] Add handling of C++ exceptions to the RTL
commit8d5cda9f4e67580f3f2eb2dbd59bdcc70c1504c5
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 22 Jul 2014 12:37:51 +0000 (22 12:37 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 22 Jul 2014 12:37:51 +0000 (22 12:37 +0000)
treed75faf847fedf34ad4e9912cde7a99e95d889c1b
parent042ad2632e7c4a5776bbdb5be3231a8eeb56407c
[ASan/Win] Add handling of C++ exceptions to the RTL

Also add a longjmp() test

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@213649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_interceptors.cc
test/asan/TestCases/Windows/longjmp.cc [new file with mode: 0644]
test/asan/TestCases/Windows/throw_catch.cc [new file with mode: 0644]