forked from OSchip/llvm-project
Switch to r83 of cpplint.
Ubuntu Precise compatibility. llvm-svn: 169597
This commit is contained in:
parent
b084af416a
commit
5d2d761ad6
|
@ -13,7 +13,7 @@ fi
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue