summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
AgeCommit message (Expand)Author
2017-11-13Update some code.google.com linksHans Wennborg
2017-09-06[docs] Add a note on iteration of unordered containers to coding standardsMandeep Singh Grang
2017-08-31[Docs] Update CodingStandards to recommend range-based for loopsAlex Bradbury
2017-08-18Refine report_fatal_error guidance after post-commit reviewAlex Bradbury
2017-08-18Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan...Alex Bradbury
2017-07-18fix typos in a document; NFCHiroshi Inoue
2016-12-15Fix some remaining documentation references to MSVC 2013Reid Kleckner
2016-10-19Update docs to reflect new minimum MSVC version requirementReid Kleckner
2016-10-18[docs] Increase minimum supported GCC version for building LLVM to 4.8Teresa Johnson
2016-10-17[docs] Reduce the number of places 'minimum requirements' is mentioned to oneRenato Golin
2016-09-27[docs] Fix naming style in the exampleAlexander Kornienko
2016-09-01Make the coding standards a bit more clear that we prefer the fancy newChandler Carruth
2016-08-23Update coding standards for include style.Zachary Turner
2016-08-17Clarify the statement on using #if 0 ... #endif in CodingStandards.Andrey Bokhanko
2015-08-21Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...Yaron Keren
2015-08-19[docs] Fix minor typo in CodingStandards.rstVedant Kumar
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-05-15Doxygen: Enable autobrief feature and update coding standards.Matthias Braun
2015-04-30Add a note about permitting default member initializersReid Kleckner
2015-03-06CodingStyle: Allow delegating ctorsBenjamin Kramer
2015-03-04Initializer lists are supported in MSVC 2013. Since that's our minimum requir...Aaron Ballman
2015-02-27Delete LLVM_DELETED_FUNCTION from coding standardsReid Kleckner
2015-02-25fix a typoChris Lattner
2015-02-16Document that defaulted & deleted methods and explicit conversions are allowe...Benjamin Kramer
2015-02-15Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guar...Benjamin Kramer
2015-02-15Update the docs to require at least MSVC 2013.Benjamin Kramer
2015-01-22Explicitly describe '///' versus '//' comment delimiters.Paul Robinson
2014-10-14Introduce Go coding standards for LLVM.Peter Collingbourne
2014-08-19CodingStandards: Document std::equal misbehaviourDuncan P. N. Exon Smith
2014-07-02Remove the recommendation against using std::functionReid Kleckner
2014-05-06Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith
2014-05-06Revert accidentally-committed files.Richard Smith
2014-05-06Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith
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