forked from OSchip/llvm-project
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. llvm-svn: 55509
This commit is contained in:
parent
e6fe88391a
commit
76a6d27a71
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env tcsh
|
||||
|
||||
make check-line-length Sources="$1" \
|
||||
| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
|
||||
| sort -r
|
Loading…
Reference in New Issue