Put comma in correct place for call to StructType::get
[oota-llvm.git] / utils / visit-violations
1 #!/usr/bin/env tcsh
2
3 make check-line-length Sources="$1" \
4 | awk -F : '/:[0-9]*:/ {print "emacs", "+" $2, $1}' \
5 | sort -r