summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
AgeCommit message (Expand)Author
2011-10-31docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi
2011-08-12apparently variable naming conventions never got added, document theChris Lattner
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-02-20Fix typo.Nick Lewycky
2010-12-21Grammar corrections and some formatting changes.Bill Wendling
2010-12-10fix some validation problemsChris Lattner
2010-12-10restructure this for readability, correct the example to follow the public iv...Chris Lattner
2010-12-09add a rule for enums, patch by Zhanyong Wan!Chris Lattner
2010-12-02Add naming rules to the coding standards.Zhanyong Wan
2010-11-30forbid rtti and exceptionsChris Lattner
2010-11-23Fix formatting nits in the coding standards. Reviewed by clattner.Zhanyong Wan
2010-11-17add some justification for "using namespace llvm;"Chris Lattner
2010-11-17various cleanups and other improvements, patch by Zhanyong Wan!Chris Lattner
2010-11-16update coding standards. Partial specialization is now ok,Chris Lattner
2010-11-12describe the preferred approach to silencing 'unused variable warnings' due t...Chris Lattner
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-02-26Fix typos in comments.Dan Gohman
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-08-23disuade people from using ostream.Chris Lattner
2009-08-11make owen happy by being explicit.Chris Lattner
2009-07-28discourage else after "noreturn" statements.Chris Lattner
2009-07-24Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar
2009-07-24CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar
2009-07-22fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner
2009-07-22fix typo noticed by DuncanChris Lattner
2009-07-22remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner
2009-07-22add some more topics to the coding standards doc:Chris Lattner
2009-07-12be explicit about making comments real sentences.Chris Lattner
2009-06-30got confused againChris Lattner
2009-06-30fix some issues Jeff Yasskin noticedChris Lattner
2009-06-30add a note about re-evaluating end() every time through a loop.Chris Lattner
2009-03-23tt'ify.Chris Lattner
2009-03-23VC++ 6.0 is not future work :)Chris Lattner
2009-01-02So *this* is where all the trailing whitespace in file header comments comeMisha Brukman
2008-12-11* <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-12-10s/A Few Coding Standards/LLVM Coding Standards/gMisha Brukman
2008-11-29Fix spelling mistake.Nick Lewycky
2008-11-24Fix a few HTML tidiness issues.Dan Gohman
2008-07-30Not that using stream headers other than iostream is allowed.Matthijs Kooijman
2008-07-08clarify :)Chris Lattner
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