[compiler-rt] r188266 - Add a FIXME to check_lint

Timur Iskhodzhanov timurrrr at google.com
Tue Aug 13 06:44:02 PDT 2013


Author: timurrrr
Date: Tue Aug 13 08:44:02 2013
New Revision: 188266

URL: http://llvm.org/viewvc/llvm-project?rev=188266&view=rev
Log:
Add a FIXME to check_lint

Modified:
    compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh

Modified: compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh?rev=188266&r1=188265&r2=188266&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh (original)
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh Tue Aug 13 08:44:02 2013
@@ -37,6 +37,9 @@ SANITIZER_INCLUDES_LINT_FILTER=${COMMON_
 
 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





More information about the llvm-commits mailing list