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