mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
de8ed9f431
that brings us to 80-col violations or tabs. Usage: visit-violations <file> At the moment it outputs editor invocations. llvm-svn: 55509
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
|