summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
Commit message (Expand)AuthorAge
* Revert my commit in r199620 that added sections about namespaces to theChandler Carruth2014-01-20
* Add some wording to the coding standards to say how to indent namespacesChandler Carruth2014-01-20
* Correct word hyphenationsAlp Toker2013-12-05
* Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner2013-09-01
* Remove the suggestion to not duplicate comments in header andChris Lattner2013-08-30
* Add the common begin/end naming convention to the coding standard.Rafael Espindola2013-08-07
* Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko2013-02-04
* Fix spellingJoel Jones2013-01-21
* docs: Fix long standing linking antipattern.Sean Silva2013-01-11
* Simplify the coding standards for #include ordering. The ordering is nowChandler Carruth2012-12-02
* docs: CodingStandards should follow the coding standards.Sean Silva2012-11-17
* docs: Add link to HowToSetUpLLVMStyleRTTISean Silva2012-11-17
* Suggest llvm_unreachable over assert(0).Jordan Rose2012-10-26
* Document current Doxygen use practices in Coding Standards. Mostly it isDmitri Gribenko2012-10-20
* [Docs] Update File Headers section to cover doxygen style file level docs.Michael J. Spencer2012-10-01
* Fix && to && in Coding Standards.Jakub Staszak2012-09-30
* Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie2012-09-21
* Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie2012-09-21
* Fix function names in coding style examplesAndrew Trick2012-09-20
* Fix static function names in CodingStandards examples.Andrew Trick2012-09-20
* Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko2012-09-18
* Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper2012-09-18
* Put space after "code-block::".Meador Inge2012-06-20
* Removed some left over HTML tags and a '}'.Meador Inge2012-06-20
* Sphinxify the CodingStandard documentation.Bill Wendling2012-06-20