aboutsummaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
AgeCommit message (Expand)Author
2013-02-04Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko
2013-01-21Fix spellingJoel Jones
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2012-12-02Simplify the coding standards for #include ordering. The ordering is nowChandler Carruth
2012-11-17docs: CodingStandards should follow the coding standards.Sean Silva
2012-11-17docs: Add link to HowToSetUpLLVMStyleRTTISean Silva
2012-10-26Suggest llvm_unreachable over assert(0).Jordan Rose
2012-10-20Document current Doxygen use practices in Coding Standards. Mostly it isDmitri Gribenko
2012-10-01[Docs] Update File Headers section to cover doxygen style file level docs.Michael J. Spencer
2012-09-30Fix && to && in Coding Standards.Jakub Staszak
2012-09-21Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie
2012-09-21Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie
2012-09-20Fix function names in coding style examplesAndrew Trick
2012-09-20Fix static function names in CodingStandards examples.Andrew Trick
2012-09-18Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko
2012-09-18Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper
2012-06-20Put space after "code-block::".Meador Inge
2012-06-20Removed some left over HTML tags and a '}'.Meador Inge
2012-06-20Sphinxify the CodingStandard documentation.Bill Wendling