[llvm-commits] [compiler-rt] r169597 - /compiler-rt/trunk/lib/sanitizer_common/scripts/check_lint.sh
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Fri Dec 7 03:00:14 PST 2012
Author: eugenis
Date: Fri Dec 7 05:00:14 2012
New Revision: 169597
URL: http://llvm.org/viewvc/llvm-project?rev=169597&view=rev
Log:
Switch to r83 of cpplint.
Ubuntu Precise compatibility.
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=169597&r1=169596&r2=169597&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 7 05:00:14 2012
@@ -13,7 +13,7 @@
# Cpplint setup
cd ${SCRIPT_DIR}
if [ ! -d cpplint ]; then
- svn co -r82 http://google-styleguide.googlecode.com/svn/trunk/cpplint cpplint
+ svn co -r83 http://google-styleguide.googlecode.com/svn/trunk/cpplint cpplint
fi
CPPLINT=${SCRIPT_DIR}/cpplint/cpplint.py
More information about the llvm-commits
mailing list