[llvm-commits] [llvm] r62002 - /llvm/trunk/utils/visit-violations
Misha Brukman
brukman+llvm at gmail.com
Fri Jan 9 11:46:41 PST 2009
Author: brukman
Date: Fri Jan 9 13:46:41 2009
New Revision: 62002
URL: http://llvm.org/viewvc/llvm-project?rev=62002&view=rev
Log:
This has been replaced by llvm/utils/lint/cpp_lint.py, which is more
comprehensive and can support more complex style analysis.
Removed:
llvm/trunk/utils/visit-violations
Removed: llvm/trunk/utils/visit-violations
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/visit-violations?rev=62001&view=auto
==============================================================================
--- llvm/trunk/utils/visit-violations (original)
+++ llvm/trunk/utils/visit-violations (removed)
@@ -1,5 +0,0 @@
-#!/usr/bin/env tcsh
-
-make check-line-length Sources="$1" \
-| awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
-| sort -r
More information about the llvm-commits
mailing list