diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 19:46:41 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 19:46:41 +0000 |
commit | cb856f6d3e8631387e40af78d060dd1da6bfe9e5 (patch) | |
tree | d7744e487b0e07a10eebffc1e807661285151b61 | |
parent | 3a54b3dc87a581c203b18050b4f787b4ca28a12c (diff) |
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
-rwxr-xr-x | utils/visit-violations | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/visit-violations b/utils/visit-violations deleted file mode 100755 index f16ad58e46..0000000000 --- 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 |