summaryrefslogtreecommitdiffstats
path: root/docs/CodingStandards.rst
Commit message (Expand)AuthorAgeFilesLines
* Update some code.google.com linksHans Wennborg2017-11-131-1/+1
* [docs] Add a note on iteration of unordered containers to coding standardsMandeep Singh Grang2017-09-061-0/+15
* [Docs] Update CodingStandards to recommend range-based for loopsAlex Bradbury2017-08-311-11/+23
* Refine report_fatal_error guidance after post-commit reviewAlex Bradbury2017-08-181-3/+4
* Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan...Alex Bradbury2017-08-181-0/+5
* fix typos in a document; NFCHiroshi Inoue2017-07-181-3/+3
* Fix some remaining documentation references to MSVC 2013Reid Kleckner2016-12-151-3/+2
* Update docs to reflect new minimum MSVC version requirementReid Kleckner2016-10-191-5/+1
* [docs] Increase minimum supported GCC version for building LLVM to 4.8Teresa Johnson2016-10-181-1/+1
* [docs] Reduce the number of places 'minimum requirements' is mentioned to oneRenato Golin2016-10-171-1/+2
* [docs] Fix naming style in the exampleAlexander Kornienko2016-09-271-1/+1
* Make the coding standards a bit more clear that we prefer the fancy newChandler Carruth2016-09-011-4/+5
* Update coding standards for include style.Zachary Turner2016-08-231-1/+11
* Clarify the statement on using #if 0 ... #endif in CodingStandards.Andrey Bokhanko2016-08-171-2/+4
* Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren2015-08-211-2/+0
* [docs] Fix minor typo in CodingStandards.rstVedant Kumar2015-08-191-1/+1
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* Doxygen: Enable autobrief feature and update coding standards.Matthias Braun2015-05-151-14/+15
* Add a note about permitting default member initializersReid Kleckner2015-04-301-1/+7
* CodingStyle: Allow delegating ctorsBenjamin Kramer2015-03-061-0/+2
* Initializer lists are supported in MSVC 2013. Since that's our minimum requir...Aaron Ballman2015-03-041-3/+2
* Delete LLVM_DELETED_FUNCTION from coding standardsReid Kleckner2015-02-271-28/+0
* fix a typoChris Lattner2015-02-251-1/+1
* Document that defaulted & deleted methods and explicit conversions are allowe...Benjamin Kramer2015-02-161-0/+7
* Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guar...Benjamin Kramer2015-02-151-0/+2
* Update the docs to require at least MSVC 2013.Benjamin Kramer2015-02-151-1/+1
* Explicitly describe '///' versus '//' comment delimiters.Paul Robinson2015-01-221-2/+4
* Introduce Go coding standards for LLVM.Peter Collingbourne2014-10-141-0/+19
* CodingStandards: Document std::equal misbehaviourDuncan P. N. Exon Smith2014-08-191-0/+2
* Remove the recommendation against using std::functionReid Kleckner2014-07-021-4/+1
* 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