[docs] Fix minor typo in CodingStandards.rst
[oota-llvm.git] / docs / CodingStandards.rst
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 && 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.