Go to file
Vitaly Buka b451f1bdf6 Make sure that not interesting allocas are not instrumented.
Summary:
We failed to unpoison uninteresting allocas on return as unpoisoning is part of
main instrumentation which skips such allocas.

Added check -asan-instrument-allocas for dynamic allocas. If instrumentation of
dynamic allocas is disabled it will not will not be unpoisoned.

PR27453

Reviewers: kcc, eugenis

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D21207

llvm-svn: 272341
2016-06-09 23:31:59 +00:00
clang clang-format: [JS] recognized named functions in AnnotatingParser. 2016-06-09 22:49:04 +00:00
clang-tools-extra [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00
compiler-rt Fix win bot failure 2016-06-09 21:52:24 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change. 2016-06-09 18:34:38 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Use errorDynRel like every other target. 2016-06-09 20:42:04 +00:00
lldb Enable some tests on linux 2016-06-09 22:39:36 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Make sure that not interesting allocas are not instrumented. 2016-06-09 23:31:59 +00:00
openmp Fix spelling in comment 2016-06-09 18:51:17 +00:00
polly [NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replaced 2016-06-08 16:44:11 +00:00