just a brain dump for a small tool

that brings us to 80-col violations
or tabs.

Usage:
  visit-violations <file>

At the moment it outputs editor invocations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gabor Greif 2008-08-28 23:15:28 +00:00
parent db57ef1cb3
commit d80360ae2e

5
utils/visit-violations Executable file
View File

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