mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
d80360ae2e
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
6 lines
123 B
Tcsh
Executable File
6 lines
123 B
Tcsh
Executable File
#!/usr/bin/env tcsh
|
|
|
|
make check-line-length Sources="$1" \
|
|
| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
|
|
| sort -r
|