This has been replaced by llvm/utils/lint/cpp_lint.py, which is more
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 9 Jan 2009 19:46:41 +0000 (19:46 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 9 Jan 2009 19:46:41 +0000 (19:46 +0000)
comprehensive and can support more complex style analysis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62002 91177308-0d34-0410-b5e6-96231b3b80d8

utils/visit-violations [deleted file]

diff --git a/utils/visit-violations b/utils/visit-violations
deleted file mode 100755 (executable)
index f16ad58..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env tcsh
-
-make check-line-length Sources="$1" \
-| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
-| sort -r