[PATCH] D31484: [asan] Support line numbers in StackVarDescr

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 17:53:39 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299043: [asan] Support line numbers in StackVarDescr (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D31484?vs=93423&id=93430#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31484

Files:
  compiler-rt/trunk/lib/asan/asan_descriptions.cc
  compiler-rt/trunk/lib/asan/asan_report.cc
  compiler-rt/trunk/lib/asan/asan_report.h
  compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc
  compiler-rt/trunk/test/asan/TestCases/Posix/stack-use-after-return.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_intercept_memchr.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_intercept_memcpy.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_intercept_memset.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_noreturn.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_poison_unpoison.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/intercept_memcpy.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strlen.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/stack_array_left_oob.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/stack_array_right_oob.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/stack_use_after_return.cc
  compiler-rt/trunk/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc
  compiler-rt/trunk/test/asan/TestCases/stack-buffer-overflow-with-position.cc
  compiler-rt/trunk/test/asan/TestCases/strcasestr-1.c
  compiler-rt/trunk/test/asan/TestCases/strcasestr-2.c
  compiler-rt/trunk/test/asan/TestCases/strcspn-1.c
  compiler-rt/trunk/test/asan/TestCases/strcspn-2.c
  compiler-rt/trunk/test/asan/TestCases/strpbrk-1.c
  compiler-rt/trunk/test/asan/TestCases/strpbrk-2.c
  compiler-rt/trunk/test/asan/TestCases/strspn-1.c
  compiler-rt/trunk/test/asan/TestCases/strspn-2.c
  compiler-rt/trunk/test/asan/TestCases/strstr-1.c
  compiler-rt/trunk/test/asan/TestCases/strstr-2.c
  compiler-rt/trunk/test/asan/TestCases/strtok.c
  compiler-rt/trunk/test/asan/TestCases/use-after-scope-inlined.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31484.93430.patch
Type: text/x-patch
Size: 24526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170330/c4bc172a/attachment.bin>


More information about the llvm-commits mailing list