summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
Commit message (Expand)AuthorAge
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Fix typos in comments.Dan Gohman2010-02-26
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* disuade people from using ostream.Chris Lattner2009-08-23
* make owen happy by being explicit.Chris Lattner2009-08-11
* discourage else after "noreturn" statements.Chris Lattner2009-07-28
* Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar2009-07-24
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-24
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-22
* fix typo noticed by DuncanChris Lattner2009-07-22
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-22
* add some more topics to the coding standards doc:Chris Lattner2009-07-22
* be explicit about making comments real sentences.Chris Lattner2009-07-12
* got confused againChris Lattner2009-06-30
* fix some issues Jeff Yasskin noticedChris Lattner2009-06-30
* add a note about re-evaluating end() every time through a loop.Chris Lattner2009-06-30
* tt'ify.Chris Lattner2009-03-23
* VC++ 6.0 is not future work :)Chris Lattner2009-03-23
* So *this* is where all the trailing whitespace in file header comments comeMisha Brukman2009-01-02
* * <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman2008-12-11
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman2008-12-10
* Fix spelling mistake.Nick Lewycky2008-11-29
* Fix a few HTML tidiness issues.Dan Gohman2008-11-24
* Not that using stream headers other than iostream is allowed.Matthijs Kooijman2008-07-30
* clarify :)Chris Lattner2008-07-08
* Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky2008-05-31
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-29
* Update links.Chris Lattner2007-11-09
* Clarify some of the iostreams stuff.Bill Wendling2007-11-06
* Validation fixesBill Wendling2007-09-22
* 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