From 9edab4feb0dc70b002cdcd7c1af7b2ae1f76f6c9 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Tue, 13 Aug 2013 13:44:02 +0000 Subject: [PATCH] Add a FIXME to check_lint git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188266 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/sanitizer_common/scripts/check_lint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/sanitizer_common/scripts/check_lint.sh b/lib/sanitizer_common/scripts/check_lint.sh index b24684e15..e3fd36950 100755 --- a/lib/sanitizer_common/scripts/check_lint.sh +++ b/lib/sanitizer_common/scripts/check_lint.sh @@ -37,6 +37,9 @@ SANITIZER_INCLUDES_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int cd ${LLVM_CHECKOUT} +# FIXME: We should use some bash magic to continue cpplint invocations, but +# still mark the whole run as failed if any invocation fails. + # LLVM Instrumentation LLVM_INSTRUMENTATION=lib/Transforms/Instrumentation LLVM_LINT_FILTER=-,+whitespace -- 2.11.4.GIT