This has been replaced by llvm/utils/lint/cpp_lint.py, which is more

comprehensive and can support more complex style analysis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2009-01-09 19:46:41 +00:00
parent 3a54b3dc87
commit cb856f6d3e

View File

@ -1,5 +0,0 @@
#!/usr/bin/env tcsh
make check-line-length Sources="$1" \
| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
| sort -r