summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodingStandards.rst
Commit message (Expand)AuthorAgeFilesLines
* Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith2014-05-061-0/+2
* Revert accidentally-committed files.Richard Smith2014-05-061-2/+0
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-061-0/+2
* C++11: Compatibility with (C++03 => MSVC)Duncan P. N. Exon Smith2014-04-171-3/+3
* C++11: Document some limitations imposed by MSVCDuncan P. N. Exon Smith2014-04-171-0/+6
* [docs] Fix up some links to the preferred style.Sean Silva2014-04-081-5/+2
* C++11: Remove const from in auto guidelinesDuncan P. N. Exon Smith2014-03-071-7/+5
* C++11: Copy pointers with const auto *Duncan P. N. Exon Smith2014-03-071-1/+5
* Avoid std::function until PR19030 is fixedReid Kleckner2014-03-031-0/+4
* Document that std::initializer_list is not always available.Peter Collingbourne2014-03-031-0/+3
* C++11: Beware unnecessary copies with autoDuncan P. N. Exon Smith2014-03-031-0/+21
* Clarify struct usage guidelinesDuncan P. N. Exon Smith2014-03-031-5/+31
* [C++11] Suggest placing callable arguments as the last argument toChandler Carruth2014-03-021-0/+4
* [C++11] Update the coding standards to provide some important guidanceChandler Carruth2014-03-021-4/+126
* [docs] Fix some Sphinx warnings.Sean Silva2014-03-021-1/+1
* [docs] Update the docs to remove my hedging about C++98 vs. C++11. =]Chandler Carruth2014-03-011-17/+16
* [docs] Clarify that there isn't much to be done other than watch buildChandler Carruth2014-02-281-0/+5
* Add more whitespace to fix more bullets.Richard Smith2014-02-281-0/+2
* Add whitespace to try to fix bulleted list.Richard Smith2014-02-281-0/+1
* Fix some links to C++11 feature papers in the Coding StandardsBen Langmuir2014-02-281-16/+16
* [docs] Add a section to the coding standards about languages and such.Chandler Carruth2014-02-281-0/+115
* [docs] A slight tweak to the intro for the golden rule in the codingChandler Carruth2014-02-281-3/+3
* Revert my commit in r199620 that added sections about namespaces to theChandler Carruth2014-01-201-97/+18
* Add some wording to the coding standards to say how to indent namespacesChandler Carruth2014-01-201-1/+45
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Revert r189704, which removed the guidance about not duplicating doc comments.Chris Lattner2013-09-011-0/+7
* Remove the suggestion to not duplicate comments in header andChris Lattner2013-08-301-7/+0
* Add the common begin/end naming convention to the coding standard.Rafael Espindola2013-08-071-1/+3
* Coding standards: don't use ``inline`` when defining a function in a classDmitri Gribenko2013-02-041-0/+28
* Fix spellingJoel Jones2013-01-211-1/+1
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
* Simplify the coding standards for #include ordering. The ordering is nowChandler Carruth2012-12-021-9/+2
* docs: CodingStandards should follow the coding standards.Sean Silva2012-11-171-20/+20
* docs: Add link to HowToSetUpLLVMStyleRTTISean Silva2012-11-171-1/+2
* Suggest llvm_unreachable over assert(0).Jordan Rose2012-10-261-10/+15
* Document current Doxygen use practices in Coding Standards. Mostly it isDmitri Gribenko2012-10-201-9/+134
* [Docs] Update File Headers section to cover doxygen style file level docs.Michael J. Spencer2012-10-011-8/+11
* Fix && to && in Coding Standards.Jakub Staszak2012-09-301-1/+1
* Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie2012-09-211-4/+4
* Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie2012-09-211-0/+18
* Fix function names in coding style examplesAndrew Trick2012-09-201-4/+4
* Fix static function names in CodingStandards examples.Andrew Trick2012-09-201-6/+6
* Coding standards: fix typo: '= deleted' -> '= delete'.Dmitri Gribenko2012-09-181-2/+2
* Add LLVM_DELETED_FUNCTION to coding standards.Craig Topper2012-09-181-0/+28
* Put space after "code-block::".Meador Inge2012-06-201-1/+1
* Removed some left over HTML tags and a '}'.Meador Inge2012-06-201-3/+2
* Sphinxify the CodingStandard documentation.Bill Wendling2012-06-201-0/+1148
OpenPOWER on IntegriCloud