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