Fix comment typo.
[oota-llvm.git] / docs / CodingStandards.html
2010-02-26 Dan GohmanFix typos in comments.
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-08-23 Chris Lattnerdisuade people from using ostream.
2009-08-11 Chris Lattnermake owen happy by being explicit.
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-24 Daniel DunbarTweak, raw_ostream is a ostream, not iostream replacement
2009-07-24 Daniel DunbarCodingStandards: Emphasize use of raw_ostream more.
2009-07-22 Chris Lattnerfix some wording problems Daniel pointed out, make...
2009-07-22 Chris Lattnerfix typo noticed by Duncan
2009-07-22 Chris Lattnerremove Bill from the author list: his contribution...
2009-07-22 Chris Lattneradd some more topics to the coding standards doc:
2009-07-12 Chris Lattnerbe explicit about making comments real sentences.
2009-06-30 Chris Lattnergot confused again
2009-06-30 Chris Lattnerfix some issues Jeff Yasskin noticed
2009-06-30 Chris Lattneradd a note about re-evaluating end() every time through...
2009-03-23 Chris Lattnertt'ify.
2009-03-23 Chris LattnerVC++ 6.0 is not future work :)
2009-01-02 Misha BrukmanSo *this* is where all the trailing whitespace in file...
2008-12-11 Misha Brukman* <div align=center> is not valid HTML 4.01 - removed...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-10 Misha Brukmans/A Few Coding Standards/LLVM Coding Standards/g
2008-11-29 Nick LewyckyFix spelling mistake.
2008-11-24 Dan GohmanFix a few HTML tidiness issues.
2008-07-30 Matthijs KooijmanNot that using stream headers other than iostream is...
2008-07-08 Chris Lattnerclarify :)
2008-05-31 Nick LewyckyAdd a standard for control-flow unreachable assertions...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-09 Chris LattnerUpdate links.
2007-11-06 Bill WendlingClarify some of the iostreams stuff.
2007-09-22 Bill WendlingValidation fixes
2007-07-09 Reid SpencerSubversionify the documentation.
2007-02-19 Chris Lattnerclarify the 'developed by' line
2007-02-10 Chris Lattnerfix a grammar ambiguity noticed by Duncan
2007-01-04 Bill WendlingRemoved reference to "cnull" because typical users...
2006-12-17 Bill WendlingAdded example of how to code print() methods so that...
2006-12-09 Bill WendlingFixed some formatting.
2006-12-09 Bill WendlingAnother example of using the llvm IO streams.
2006-12-09 Bill WendlingAdd documentation for how to use the new LLVM streams.
2006-07-31 Jim LaskeyFix a couple typos.
2006-07-27 Chris LattnerAdd some advice
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-01-01 Chris LattnerAdd a section about using namespaces.
2004-12-04 Misha BrukmanDocumentation which contains smileys won't be taken...
2004-10-26 Misha BrukmanUse <tt> around "#include" and "std::endl"
2004-10-26 Misha BrukmanUse <tt> around header names
2004-10-26 Misha Brukman* Fix spelling and grammar errors
2004-09-23 Reid SpencerAdd a blurb about the use of class vs. struct keyword...
2004-07-28 Misha BrukmanFix grammar, eliminate double parenthesized sentence...
2004-07-28 Misha Brukman* Wrap code listings in <div class="doc_code">
2004-06-22 Tanya LattnerFixed broken links.
2004-06-03 Misha BrukmanFix broken internal link.
2004-05-23 Chris LattnerUpdate the coding standards, removign the bit about...
2004-05-12 Misha BrukmanAdd proper footer since this file is HTML-4.01 compliant.
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-24 Misha Brukman* Use HTML 4.01 Strict DTD
2003-10-13 Chris LattnerOops, forgot to commit this before: standardize header...
2003-10-06 Misha BrukmanBreak lines so that they fit within 80 columns.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-07 Chris Lattner* Fix <>'s in code to be &lt;&gt;'s
2003-07-28 Misha BrukmanMade many paragraphs fit into 80 characters per line...
2003-07-25 Chris LattnerChange reference to assert.h to mention cassert
2003-04-23 Chris LattnerProperly convert some &'s to &amp;'s
2002-01-20 Chris LattnerAdd a note about endl semantics
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerComment out a paragraph that refers to a file that...
2001-07-23 Chris LattnerAdd a missing </a> tag
2001-07-09 Chris LattnerInitial checkin of coding standards