aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodingStandards.html
Commit message (Expand)AuthorAgeFilesLines
* add an explicit section on static constructors.Chris Lattner2012-02-081-16/+50
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
* apparently variable naming conventions never got added, document theChris Lattner2011-08-121-2/+6
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-33/+60
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-79/+82
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Fix typo.Nick Lewycky2011-02-201-1/+1
* Grammar corrections and some formatting changes.Bill Wendling2010-12-211-200/+201
* fix some validation problemsChris Lattner2010-12-101-9/+10
* restructure this for readability, correct the example to follow the public iv...Chris Lattner2010-12-101-29/+47
* add a rule for enums, patch by Zhanyong Wan!Chris Lattner2010-12-091-4/+6
* Add naming rules to the coding standards.Zhanyong Wan2010-12-021-0/+67
* forbid rtti and exceptionsChris Lattner2010-11-301-0/+23
* Fix formatting nits in the coding standards. Reviewed by clattner.Zhanyong Wan2010-11-231-14/+14
* add some justification for "using namespace llvm;"Chris Lattner2010-11-171-5/+7
* various cleanups and other improvements, patch by Zhanyong Wan!Chris Lattner2010-11-171-48/+47
* update coding standards. Partial specialization is now ok,Chris Lattner2010-11-161-3/+4
* describe the preferred approach to silencing 'unused variable warnings' due t...Chris Lattner2010-11-121-0/+32
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-1/+1
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+1353
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-1353/+0
* Fix typos in comments.Dan Gohman2010-02-261-2/+2
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-3/+3
* disuade people from using ostream.Chris Lattner2009-08-231-6/+8
* make owen happy by being explicit.Chris Lattner2009-08-111-1/+2
* discourage else after "noreturn" statements.Chris Lattner2009-07-281-0/+84
* Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar2009-07-241-3/+3
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-241-3/+24
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-221-20/+27
* fix typo noticed by DuncanChris Lattner2009-07-221-1/+1
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-221-2/+1
* add some more topics to the coding standards doc:Chris Lattner2009-07-221-33/+456
* be explicit about making comments real sentences.Chris Lattner2009-07-121-1/+3
* got confused againChris Lattner2009-06-301-1/+1
* fix some issues Jeff Yasskin noticedChris Lattner2009-06-301-2/+2
* add a note about re-evaluating end() every time through a loop.Chris Lattner2009-06-301-0/+63
* tt'ify.Chris Lattner2009-03-231-2/+2
* VC++ 6.0 is not future work :)Chris Lattner2009-03-231-64/+5
* So *this* is where all the trailing whitespace in file header comments comeMisha Brukman2009-01-021-2/+2
* * <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman2008-12-111-15/+19
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman2008-12-101-2/+2
* Fix spelling mistake.Nick Lewycky2008-11-291-1/+1
* Fix a few HTML tidiness issues.Dan Gohman2008-11-241-2/+2
* Not that using stream headers other than iostream is allowed.Matthijs Kooijman2008-07-301-0/+4
* clarify :)Chris Lattner2008-07-081-0/+12
* Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky2008-05-311-0/+23
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-291-8/+6
* Update links.Chris Lattner2007-11-091-6/+3
* Clarify some of the iostreams stuff.Bill Wendling2007-11-061-13/+13