test commit
[oota-llvm.git] / docs / CodingStandards.html
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-03-16 Chris Lattnerclarify the coding standards a bit.
2012-02-08 Chris Lattneradd an explicit section on static constructors.
2011-10-31 NAKAMURA Takumidocs/*.html: Appease W3C Checker to add "charset=utf-8".
2011-08-12 Chris Lattnerapparently variable naming conventions never got added...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-02-20 Nick LewyckyFix typo.
2010-12-21 Bill WendlingGrammar corrections and some formatting changes.
2010-12-10 Chris Lattnerfix some validation problems
2010-12-10 Chris Lattnerrestructure this for readability, correct the example...
2010-12-09 Chris Lattneradd a rule for enums, patch by Zhanyong Wan!
2010-12-02 Zhanyong WanAdd naming rules to the coding standards.
2010-11-30 Chris Lattnerforbid rtti and exceptions
2010-11-23 Zhanyong WanFix formatting nits in the coding standards. Reviewed...
2010-11-17 Chris Lattneradd some justification for "using namespace llvm;"
2010-11-17 Chris Lattnervarious cleanups and other improvements, patch by Zhany...
2010-11-16 Chris Lattnerupdate coding standards. Partial specialization is...
2010-11-12 Chris Lattnerdescribe the preferred approach to silencing 'unused...
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
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