When test was added we had no -fsanitize-address-use-after-scope in clang
so we had to use -mllvm -asan-use-after-scope=1.
PR27453
Paths
| Differential D22382
Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scope ClosedPublic Authored by vitalybuka on Jul 14 2016, 1:46 PM.
Details
Summary When test was added we had no -fsanitize-address-use-after-scope in clang PR27453
Diff Detail
Event Timelinevitalybuka retitled this revision from to Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scope. vitalybuka updated this object. This revision is now accepted and ready to land.Jul 14 2016, 1:49 PM Closed by commit rL275475: Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scope (authored by vitalybuka). · Explain WhyJul 14 2016, 2:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 64046 compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-chars.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-dtor-order.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-if.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-inlined.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-loop-bug.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-loop-removed.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-loop.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-nobug.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope-temp.cc
compiler-rt/trunk/test/asan/TestCases/use-after-scope.cc
|