[llvm-commits] CVS: llvm/docs/CodingStandards.html

2007-02-18 Thread Chris Lattner
Changes in directory llvm/docs: CodingStandards.html updated: 1.35 - 1.36 --- Log message: clarify the 'developed by' line --- Diffs of the changes: (+5 -3) CodingStandards.html |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/docs/CodingStandards.html diff

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2007-02-10 Thread Chris Lattner
Changes in directory llvm/docs: CodingStandards.html updated: 1.34 - 1.35 --- Log message: fix a grammar ambiguity noticed by Duncan --- Diffs of the changes: (+3 -2) CodingStandards.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2007-01-04 Thread Bill Wendling
Changes in directory llvm/docs: CodingStandards.html updated: 1.33 - 1.34 --- Log message: Removed reference to cnull because typical users shouldn't need to use it. --- Diffs of the changes: (+1 -7) CodingStandards.html |8 +--- 1 files changed, 1 insertion(+), 7 deletions(-)

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2006-12-17 Thread Bill Wendling
Changes in directory llvm/docs: CodingStandards.html updated: 1.32 - 1.33 --- Log message: Added example of how to code print() methods so that they will disappear from the code if cnull is passed into them. --- Diffs of the changes: (+19 -6) CodingStandards.html | 25

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2006-12-08 Thread Bill Wendling
Changes in directory llvm/docs: CodingStandards.html updated: 1.29 - 1.30 --- Log message: Add documentation for how to use the new LLVM streams. --- Diffs of the changes: (+75 -3) CodingStandards.html | 78 +-- 1 files changed, 75

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2006-12-08 Thread Bill Wendling
Changes in directory llvm/docs: CodingStandards.html updated: 1.30 - 1.31 --- Log message: Another example of using the llvm IO streams. --- Diffs of the changes: (+8 -1) CodingStandards.html |9 - 1 files changed, 8 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2006-12-08 Thread Bill Wendling
Changes in directory llvm/docs: CodingStandards.html updated: 1.31 - 1.32 --- Log message: Fixed some formatting. --- Diffs of the changes: (+29 -28) CodingStandards.html | 57 +-- 1 files changed, 29 insertions(+), 28 deletions(-)

[llvm-commits] CVS: llvm/docs/CodingStandards.html CommandLine.html

2006-07-31 Thread Jim Laskey
Changes in directory llvm/docs: CodingStandards.html updated: 1.28 - 1.29 CommandLine.html updated: 1.41 - 1.42 --- Log message: Fix a couple typos. --- Diffs of the changes: (+4 -4) CodingStandards.html |4 ++-- CommandLine.html |4 ++-- 2 files changed, 4 insertions(+), 4

[llvm-commits] CVS: llvm/docs/CodingStandards.html

2006-07-26 Thread Chris Lattner
Changes in directory llvm/docs: CodingStandards.html updated: 1.27 - 1.28 --- Log message: Add some advice --- Diffs of the changes: (+27 -9) CodingStandards.html | 36 +++- 1 files changed, 27 insertions(+), 9 deletions(-) Index: