[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-13 Thread Reid Spencer
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.48 - 1.49 --- Log message: Changes for LLVM coding standard compliance: 1. Remove tabs 2. Wrap to 80 columns 3. Put spaces between if or elsif and expression 4. Put { on same line as if statement. 5. Make indentation be 2

[llvm-commits] CVS: llvm/utils/llvmdo

2006-08-13 Thread Reid Spencer
Changes in directory llvm/utils: llvmdo updated: 1.16 - 1.17 --- Log message: Add a -code-only option which restricts llvmdo to visiting just those files that are considered to be code. Documentation is excluded. --- Diffs of the changes: (+116 -80) llvmdo | 196

[llvm-commits] CVS: llvm/utils/llvmdo

2006-08-13 Thread Reid Spencer
Changes in directory llvm/utils: llvmdo updated: 1.17 - 1.18 --- Log message: Count the documentation. Otherwise we take a 30,000 hit in the LOC on the nightly test graph. And, documentation is important. --- Diffs of the changes: (+5 -5) llvmdo | 10 +- 1 files changed, 5

[llvm-commits] CVS: llvm/utils/userloc.pl

2006-08-13 Thread Reid Spencer
Changes in directory llvm/utils: userloc.pl updated: 1.7 - 1.8 --- Log message: 1. fix bug by ensuring we start at the llvm source root. 2. make use of the -code-only option on llvmdo 3. Add some debug print statements to find #1 --- Diffs of the changes: (+6 -1) userloc.pl |7 ++-

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-08-13 Thread Reid Spencer
Changes in directory llvm: CREDITS.TXT updated: 1.62 - 1.63 --- Log message: Add llvm2cpp. --- Diffs of the changes: (+4 -3) CREDITS.TXT |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS.TXT:1.62 llvm/CREDITS.TXT:1.63 ---