diff options
author | Lorenzo Martignoni <martignlo@google.com> | 2014-10-08 10:01:42 +0000 |
---|---|---|
committer | Lorenzo Martignoni <martignlo@google.com> | 2014-10-08 10:01:42 +0000 |
commit | 60ebffc12fd1e2963a53daaf88c532a64a6fbcf7 (patch) | |
tree | e8eedf91f9e56a7840ff46dc59eac97b6ada5a38 /compiler-rt/lib/sanitizer_common/scripts | |
parent | 58a24613688ddc0ac1e9e2563fa4e8eb5e5ff085 (diff) | |
download | bcm5719-llvm-60ebffc12fd1e2963a53daaf88c532a64a6fbcf7.tar.gz bcm5719-llvm-60ebffc12fd1e2963a53daaf88c532a64a6fbcf7.zip |
Custom wrappers for DFSanitizing sprintf & snprintf.
Differential Revision: http://reviews.llvm.org/D5561
llvm-svn: 219293
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/scripts')
-rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/check_lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh index 4612fad1ede..267273d9779 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh +++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh @@ -29,7 +29,7 @@ TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length MSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER} LSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER} LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length -DFSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/printf,-runtime/references +DFSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/printf,-runtime/references,-readability/function COMMON_RTL_INC_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/sizeof,-runtime/printf,-readability/fn_size SANITIZER_INCLUDES_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int MKTEMP="mktemp -q /tmp/tmp.XXXXXXXXXX" |