From cb856f6d3e8631387e40af78d060dd1da6bfe9e5 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 9 Jan 2009 19:46:41 +0000 Subject: [PATCH] This has been replaced by llvm/utils/lint/cpp_lint.py, which is more 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 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 utils/visit-violations diff --git a/utils/visit-violations b/utils/visit-violations deleted file mode 100755 index f16ad58e469..00000000000 --- a/utils/visit-violations +++ /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