Add the common begin/end naming convention to the coding standard.
[oota-llvm.git] / docs / CodingStandards.rst
2013-08-07 Rafael EspindolaAdd the common begin/end naming convention to the codin...
2013-02-04 Dmitri GribenkoCoding standards: don't use ``inline`` when defining...
2013-01-21 Joel JonesFix spelling
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2012-12-02 Chandler CarruthSimplify the coding standards for #include ordering...
2012-11-17 Sean Silvadocs: CodingStandards should follow the coding standards.
2012-11-17 Sean Silvadocs: Add link to HowToSetUpLLVMStyleRTTI
2012-10-26 Jordan RoseSuggest llvm_unreachable over assert(0).
2012-10-20 Dmitri GribenkoDocument current Doxygen use practices in Coding Standa...
2012-10-01 Michael J. Spencer[Docs] Update File Headers section to cover doxygen...
2012-09-30 Jakub StaszakFix && to && in Coding Standards.
2012-09-21 David BlaikieAdd missing 'to' and rephrase an explanation of GCC...
2012-09-21 David BlaikieDocument "do not use defaults in covered switch-over...
2012-09-20 Andrew TrickFix function names in coding style examples
2012-09-20 Andrew TrickFix static function names in CodingStandards examples.
2012-09-18 Dmitri GribenkoCoding standards: fix typo: '= deleted' -> '= delete'.
2012-09-18 Craig TopperAdd LLVM_DELETED_FUNCTION to coding standards.
2012-06-20 Meador IngePut space after "code-block::".
2012-06-20 Meador IngeRemoved some left over HTML tags and a '}'.
2012-06-20 Bill WendlingSphinxify the CodingStandard documentation.