aboutsummaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
AgeCommit message (Expand)Author
2008-05-31Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky
2007-12-29Don't attribute in file headers anymore. See llvmdev for the Chris Lattner
2007-11-09Update links.Chris Lattner
2007-11-06Clarify some of the iostreams stuff.Bill Wendling
2007-09-22Validation fixesBill Wendling
2007-07-09Subversionify the documentation.Reid Spencer
2007-02-19clarify the 'developed by' lineChris Lattner
2007-02-10fix a grammar ambiguity noticed by DuncanChris Lattner
2007-01-04Removed reference to "cnull" because typical users shouldn't need to useBill Wendling
2006-12-17Added example of how to code print() methods so that they will disappearBill Wendling
2006-12-09Fixed some formatting.Bill Wendling
2006-12-09Another example of using the llvm IO streams.Bill Wendling
2006-12-09Add documentation for how to use the new LLVM streams.Bill Wendling
2006-07-31Fix a couple typos.Jim Laskey
2006-07-27Add some adviceChris Lattner
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-01Add a section about using namespaces.Chris Lattner
2004-12-04Documentation which contains smileys won't be taken seriously by some people.Misha Brukman
2004-10-26Use <tt> around "#include" and "std::endl"Misha Brukman
2004-10-26Use <tt> around header namesMisha Brukman
2004-10-26* Fix spelling and grammar errorsMisha Brukman
2004-09-23Add a blurb about the use of class vs. struct keyword in class decls.Reid Spencer
2004-07-28Fix grammar, eliminate double parenthesized sentence fragment.Misha Brukman
2004-07-28* Wrap code listings in <div class="doc_code">Misha Brukman
2004-06-22Fixed broken links.Tanya Lattner
2004-06-03Fix broken internal link.Misha Brukman
2004-05-23Update the coding standards, removign the bit about avoiding exceptions andChris Lattner
2004-05-12Add proper footer since this file is HTML-4.01 compliant.Misha Brukman
2003-10-27Merged in RELEASE_1.John Criswell
2003-10-24* Use HTML 4.01 Strict DTDMisha Brukman
2003-10-13Oops, forgot to commit this before: standardize header commentsChris Lattner
2003-10-06Break lines so that they fit within 80 columns.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-07* Fix <>'s in code to be &lt;&gt;'sChris Lattner
2003-07-28Made many paragraphs fit into 80 characters per line to avoid wrapping in anMisha Brukman
2003-07-25Change reference to assert.h to mention cassertChris Lattner
2003-04-23Properly convert some &'s to &amp;'sChris Lattner
2002-01-20Add a note about endl semanticsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Comment out a paragraph that refers to a file that no longer existsChris Lattner
2001-07-23Add a missing </a> tagChris Lattner
2001-07-09Initial checkin of coding standardsChris Lattner