1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/utils/visit-violations
Gabor Greif de8ed9f431 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
2008-08-28 23:15:28 +00:00

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