]> granicus.if.org Git - clang/commit
[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scope mode
authorAlexey Samsonov <samsonov@google.com>
Tue, 2 Apr 2013 13:19:46 +0000 (13:19 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 2 Apr 2013 13:19:46 +0000 (13:19 +0000)
commit4f01ed4205a7189520f6a481fe2113856833421f
tree8f8757c1d13d1bc2afe8e776342e12fc30e2292d
parentf52d52790708132cc1a3b5c3aef1bed17eb6ff13
[ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scope mode

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGen/sanitize-use-after-scope.c [new file with mode: 0644]