diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-13 18:59:40 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-13 18:59:40 +0000 |
| commit | 0cb9ded022e39ebcd2c76e519d9a943900500056 (patch) | |
| tree | e7baa8e1cc29ff8c7e1a999e8684c680d4b86a8f | |
| parent | 4e6115ea3a2f2a5dbcd9ae07428cd8de4a1d7840 (diff) | |
| download | bcm5719-llvm-0cb9ded022e39ebcd2c76e519d9a943900500056.tar.gz bcm5719-llvm-0cb9ded022e39ebcd2c76e519d9a943900500056.zip | |
Count the documentation. Otherwise we take a 30,000 hit in the LOC on the
nightly test graph. And, documentation is important.
llvm-svn: 29654
| -rwxr-xr-x | llvm/utils/llvmdo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/utils/llvmdo b/llvm/utils/llvmdo index 54c21293d19..2cd24c8423e 100755 --- a/llvm/utils/llvmdo +++ b/llvm/utils/llvmdo @@ -90,15 +90,20 @@ if test -d "$TOPDIR" ; then -o -name *.def \ -o -name *.el \ -o -name *.exp \ + -o -name *.footer \ -o -name *.gnuplot' \ -o -name *.h \ + -o -name *.header \ + -o -name *.html \ -o -name *.in \ -o -name *.inc \ + -o -name *.intro \ -o -name *.l \ -o -name *.ll \ -o -name *.llx \ -o -name *.lst \ -o -name *.m4 \ + -o -name *.pod \ -o -name *.pl \ -o -name *.py \ -o -name *.sh \ @@ -124,11 +129,6 @@ if test -d "$TOPDIR" ; then " if test -z "$CODE_ONLY" ; then files_to_match="$files_to_match \ - -o -name *.footer \ - -o -name *.header \ - -o -name *.html \ - -o -name *.intro \ - -o -name *.pod \ -o -name *.txt \ -o -name *.TXT \ -o -name *.vim \ |

