[llvm-commits] [compiler-rt] r170204 - /compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Fri Dec 14 05:48:55 PST 2012
Author: eugenis
Date: Fri Dec 14 07:48:55 2012
New Revision: 170204
URL: http://llvm.org/viewvc/llvm-project?rev=170204&view=rev
Log:
Add MemorySanitizer.cpp to the lint script.
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=170204&r1=170203&r2=170204&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh (original)
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh Fri Dec 14 07:48:55 2012
@@ -31,8 +31,7 @@
# LLVM Instrumentation
LLVM_INSTRUMENTATION=lib/Transforms/Instrumentation
LLVM_LINT_FILTER=-,+whitespace
-${CPPLINT} --filter=${LLVM_LINT_FILTER} ${LLVM_INSTRUMENTATION}/AddressSanitizer.cpp \
- ${LLVM_INSTRUMENTATION}/ThreadSanitizer.cpp \
+${CPPLINT} --filter=${LLVM_LINT_FILTER} ${LLVM_INSTRUMENTATION}/*Sanitizer.cpp \
${LLVM_INSTRUMENTATION}/BlackList.*
COMPILER_RT=projects/compiler-rt
More information about the llvm-commits
mailing list