summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2014-01-31 14:02:21 +0000
committerSergey Matveev <earthdok@google.com>2014-01-31 14:02:21 +0000
commit6b3397546e15859ac0e53f29a6ca46e3739ed558 (patch)
tree3f32256c9dd0507fe279843b814aa7449f2c9ea9 /compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
parent1ace1f123665c5577175f08c1a73bc233b5ad1e1 (diff)
downloadbcm5719-llvm-6b3397546e15859ac0e53f29a6ca46e3739ed558.tar.gz
bcm5719-llvm-6b3397546e15859ac0e53f29a6ca46e3739ed558.zip
[sanitizer] Support most ioctls from /usr/include/sound/.
llvm-svn: 200544
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/scripts/check_lint.sh')
-rwxr-xr-xcompiler-rt/lib/sanitizer_common/scripts/check_lint.sh2
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 31935d7ae56..ce4164e693f 100755
--- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
+++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
@@ -28,7 +28,7 @@ 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
-COMMON_RTL_INC_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/sizeof,-runtime/printf
+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"
cd ${LLVM_CHECKOUT}
OpenPOWER on IntegriCloud