summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
AgeCommit message (Expand)Author
2014-04-17C++11: Compatibility with (C++03 => MSVC)Duncan P. N. Exon Smith
2014-04-17C++11: Document some limitations imposed by MSVCDuncan P. N. Exon Smith
2014-04-08[docs] Fix up some links to the preferred style.Sean Silva
2014-03-07C++11: Remove const from in auto guidelinesDuncan P. N. Exon Smith
2014-03-07C++11: Copy pointers with const auto *Duncan P. N. Exon Smith
2014-03-03Avoid std::function until PR19030 is fixedReid Kleckner
2014-03-03Document that std::initializer_list is not always available.Peter Collingbourne
2014-03-03C++11: Beware unnecessary copies with autoDuncan P. N. Exon Smith
2014-03-03Clarify struct usage guidelinesDuncan P. N. Exon Smith
2014-03-02[C++11] Suggest placing callable arguments as the last argument toChandler Carruth
2014-03-02[C++11] Update the coding standards to provide some important guidanceChandler Carruth
2014-03-02[docs] Fix some Sphinx warnings.Sean Silva
2014-03-01[docs] Update the docs to remove my hedging about C++98 vs. C++11. =]Chandler Carruth
2014-02-28[docs] Clarify that there isn't much to be done other than watch buildChandler Carruth
2014-02-28Add more whitespace to fix more bullets.Richard Smith
2014-02-28Add whitespace to try to fix bulleted list.Richard Smith
2014-02-28Fix some links to C++11 feature papers in the Coding StandardsBen Langmuir
2014-02-28[docs] Add a section to the coding standards about languages and such.Chandler Carruth
2014-02-28[docs] A slight tweak to the intro for the golden rule in the codingChandler Carruth
2014-01-20Revert my commit in r199620 that added sections about namespaces to theChandler Carruth
2014-01-20Add some wording to the coding standards to say how to indent namespacesChandler Carruth
2013-12-05Correct word hyphenationsAlp Toker
2013-09-01Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner
2013-08-30Remove the suggestion to not duplicate comments in header andChris Lattner
2013-08-07Add the common begin/end naming convention to the coding standard.Rafael Espindola
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