Matt Arsenault
|
d972949b10
|
Update for lifetime intrinsic signature change
llvm-svn: 299877
|
2017-04-10 20:18:45 +00:00 |
Vitaly Buka
|
9d1b12c091
|
Specify target in lifetime-asan test.
Summary: Some target platforms -fsanitize=address.
Reviewers: pcc, eugenis
Subscribers: cfe-commits, christof, chapuni, kubabrecka
Differential Revision: http://reviews.llvm.org/D21117
llvm-svn: 272185
|
2016-06-08 18:18:08 +00:00 |
NAKAMURA Takumi
|
7f74dedb39
|
Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw.
clang.EXE: error: unsupported option '-fsanitize=address' for target 'x86_64-w64-windows-gnu'
llvm-svn: 271509
|
2016-06-02 10:54:45 +00:00 |
Vitaly Buka
|
9d4eb6f389
|
[asan] Added -fsanitize-address-use-after-scope flag
Summary:
Also emit lifetime markers for -fsanitize-address-use-after-scope.
Asan uses life-time markers for use-after-scope check.
PR27453
Reviewers: kcc, eugenis, aizatsky
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D20759
llvm-svn: 271451
|
2016-06-02 00:24:20 +00:00 |