OSDN Git Service

[docs] [tools] Fix see also links
[android-x86/external-llvm.git] / docs / CodingStandards.rst
2019-01-19 Chandler CarruthUpdate the coding standards with the new file header.
2018-11-14 Paul RobinsonDocument how to comment an actual parameter.
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-10 Aaron BallmanUpdate the coding standards and developer policy docume...
2018-05-18 JF Bastien[NFC] update coding standard links to HTTPS
2018-04-24 Mandeep Singh Grang[docs] Add a note on non-deterministic sorting order...
2018-04-05 Alexander KornienkoMinor fix in docs.
2018-02-01 David BlaikieCoding Standards: Document library layering requirement...
2017-11-13 Hans WennborgUpdate some code.google.com links
2017-09-06 Mandeep Singh Grang[docs] Add a note on iteration of unordered containers...
2017-08-31 Alex Bradbury[Docs] Update CodingStandards to recommend range-based...
2017-08-18 Alex BradburyRefine report_fatal_error guidance after post-commit...
2017-08-18 Alex BradburyGive guidance on report_fatal_error in CodingStandards...
2017-07-18 Hiroshi Inouefix typos in a document; NFC
2016-12-15 Reid KlecknerFix some remaining documentation references to MSVC...
2016-10-19 Reid KlecknerUpdate docs to reflect new minimum MSVC version requirement
2016-10-18 Teresa Johnson[docs] Increase minimum supported GCC version for build...
2016-10-17 Renato Golin[docs] Reduce the number of places 'minimum requirement...
2016-09-27 Alexander Kornienko[docs] Fix naming style in the example
2016-09-01 Chandler CarruthMake the coding standards a bit more clear that we...
2016-08-23 Zachary TurnerUpdate coding standards for include style.
2016-08-17 Andrey BokhankoClarify the statement on using #if 0 ... #endif in...
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-19 Vedant Kumar[docs] Fix minor typo in CodingStandards.rst
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-05-15 Matthias BraunDoxygen: Enable autobrief feature and update coding...
2015-04-30 Reid KlecknerAdd a note about permitting default member initializers
2015-03-06 Benjamin KramerCodingStyle: Allow delegating ctors
2015-03-04 Aaron BallmanInitializer lists are supported in MSVC 2013. Since...
2015-02-27 Reid KlecknerDelete LLVM_DELETED_FUNCTION from coding standards
2015-02-25 Chris Lattnerfix a typo
2015-02-16 Benjamin KramerDocument that defaulted & deleted methods and explicit...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-01-22 Paul RobinsonExplicitly describe '///' versus '//' comment delimiters.
2014-10-14 Peter CollingbourneIntroduce Go coding standards for LLVM.
2014-08-19 Duncan P. N. Exon... CodingStandards: Document std::equal misbehaviour
2014-07-02 Reid KlecknerRemove the recommendation against using std::function
2014-05-06 Richard SmithUpdate programmers manual to cover llvm::function_ref...
2014-05-06 Richard SmithRevert accidentally-committed files.
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-04-17 Duncan P. N. Exon... C++11: Compatibility with (C++03 => MSVC)
2014-04-17 Duncan P. N. Exon... C++11: Document some limitations imposed by MSVC
2014-04-08 Sean Silva[docs] Fix up some links to the preferred style.
2014-03-07 Duncan P. N. Exon... C++11: Remove const from in auto guidelines
2014-03-07 Duncan P. N. Exon... C++11: Copy pointers with const auto *
2014-03-03 Reid KlecknerAvoid std::function until PR19030 is fixed
2014-03-03 Peter CollingbourneDocument that std::initializer_list is not always avail...
2014-03-03 Duncan P. N. Exon... C++11: Beware unnecessary copies with auto
2014-03-03 Duncan P. N. Exon... Clarify struct usage guidelines
2014-03-02 Chandler Carruth[C++11] Suggest placing callable arguments as the last...
2014-03-02 Chandler Carruth[C++11] Update the coding standards to provide some...
2014-03-02 Sean Silva[docs] Fix some Sphinx warnings.
2014-03-01 Chandler Carruth[docs] Update the docs to remove my hedging about C...
2014-02-28 Chandler Carruth[docs] Clarify that there isn't much to be done other...
2014-02-28 Richard SmithAdd more whitespace to fix more bullets.
2014-02-28 Richard SmithAdd whitespace to try to fix bulleted list.
2014-02-28 Ben LangmuirFix some links to C++11 feature papers in the Coding...
2014-02-28 Chandler Carruth[docs] Add a section to the coding standards about...
2014-02-28 Chandler Carruth[docs] A slight tweak to the intro for the golden rule...
2014-01-20 Chandler CarruthRevert my commit in r199620 that added sections about...
2014-01-20 Chandler CarruthAdd some wording to the coding standards to say how...
2013-12-05 Alp TokerCorrect word hyphenations
2013-09-01 Chris LattnerRevert r189704, which removed the guidance about not...
2013-08-30 Chris LattnerRemove the suggestion to not duplicate comments in...
2013-08-07 Rafael EspindolaAdd the common begin/end naming convention to the codin...
2013-02-04 Dmitri GribenkoCoding standards: don't use ``inline`` when defining...
2013-01-21 Joel JonesFix spelling
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2012-12-02 Chandler CarruthSimplify the coding standards for #include ordering...
2012-11-17 Sean Silvadocs: CodingStandards should follow the coding standards.
2012-11-17 Sean Silvadocs: Add link to HowToSetUpLLVMStyleRTTI
2012-10-26 Jordan RoseSuggest llvm_unreachable over assert(0).
2012-10-20 Dmitri GribenkoDocument current Doxygen use practices in Coding Standa...
2012-10-01 Michael J. Spencer[Docs] Update File Headers section to cover doxygen...
2012-09-30 Jakub StaszakFix &amp;&amp; to && in Coding Standards.
2012-09-21 David BlaikieAdd missing 'to' and rephrase an explanation of GCC...
2012-09-21 David BlaikieDocument "do not use defaults in covered switch-over...
2012-09-20 Andrew TrickFix function names in coding style examples
2012-09-20 Andrew TrickFix static function names in CodingStandards examples.
2012-09-18 Dmitri GribenkoCoding standards: fix typo: '= deleted' -> '= delete'.
2012-09-18 Craig TopperAdd LLVM_DELETED_FUNCTION to coding standards.
2012-06-20 Meador IngePut space after "code-block::".
2012-06-20 Meador IngeRemoved some left over HTML tags and a '}'.
2012-06-20 Bill WendlingSphinxify the CodingStandard documentation.