Enable stack-use-after-scope tests.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 22 Apr 2016 00:10:23 +0000 (00:10 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 22 Apr 2016 00:10:23 +0000 (00:10 +0000)
commit4c0f6afbabbfc5e937481a1ead77004446ae4811
treea03147b62f5f105d15048c92318010ba37818226
parentc998a8c04419456149c84ab60c4be30a566c8596
Enable stack-use-after-scope tests.

Fix and enable working stack-use-after-scope tests.
Add more failing tests for the feature, for fix later.

PR27453.

Patch by Vitaly Buka.

llvm-svn: 267084
compiler-rt/test/asan/TestCases/use-after-scope-capture.cc
compiler-rt/test/asan/TestCases/use-after-scope-dtor-order.cc
compiler-rt/test/asan/TestCases/use-after-scope-if.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/use-after-scope-inlined.cc
compiler-rt/test/asan/TestCases/use-after-scope-loop-bug.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/use-after-scope-loop-removed.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/use-after-scope-loop.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/use-after-scope-nobug.cc
compiler-rt/test/asan/TestCases/use-after-scope-temp.cc
compiler-rt/test/asan/TestCases/use-after-scope.cc