Added a tool to more accurately count the lines of code. The previous
authorReid Spencer <rspencer@reidspencer.com>
Mon, 6 Sep 2004 19:06:27 +0000 (19:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 6 Sep 2004 19:06:27 +0000 (19:06 +0000)
commit65e731d99a1c12924b1b457ad7b6eaa235b269ef
treec52759a5033ede9c2ce341e36a45843fcbdf9e02
parent20136a21ba5ae64f97ed22ee0f59259209fa233c
Added a tool to more accurately count the lines of code. The previous
utility, getsrcs.sh suffered from two problems: (1) it generated command
lines too long for some platforms and (2) it searched the projects diretory
which now contains the llvm-test module (in nightly tester) but we don't
want to include the test code in our LOC calculation. This script should
be maintained as LLVM adds new top level directories that contain source
code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16199 91177308-0d34-0410-b5e6-96231b3b80d8
utils/countloc.sh [new file with mode: 0755]