summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-08-13 13:44:02 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-08-13 13:44:02 +0000
commit9edab4feb0dc70b002cdcd7c1af7b2ae1f76f6c9 (patch)
tree01fc828a25971c4b51f2bcf362a3cecd2d11db11 /lib/sanitizer_common/scripts
parent77690dbcd5ec7e0e17cb2c05e0d906d6d098f210 (diff)
Add a FIXME to check_lint
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/scripts')
-rwxr-xr-xlib/sanitizer_common/scripts/check_lint.sh3
1 files changed, 3 insertions, 0 deletions
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