| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove the suggestion to not duplicate comments in header and | Chris Lattner | 2013-08-30 | 1 | -7/+0 | |
| | | | | | | | | implementation files. While doc generation systems don't need this, humans do benefit from it. Not everyone reads all code through doxygen. llvm-svn: 189704 | |||||
| * | Add the common begin/end naming convention to the coding standard. | Rafael Espindola | 2013-08-07 | 1 | -1/+3 | |
| | | | | | llvm-svn: 187902 | |||||
| * | Coding standards: don't use ``inline`` when defining a function in a class | Dmitri Gribenko | 2013-02-04 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | definition Current practice is not to use 'inline' in: class Foo { public: inline void bar() { // ... } }; llvm-svn: 174317 | |||||
| * | Fix spelling | Joel Jones | 2013-01-21 | 1 | -1/+1 | |
| | | | | | llvm-svn: 173103 | |||||
| * | docs: Fix long standing linking antipattern. | Sean Silva | 2013-01-11 | 1 | -2/+0 | |
| | | | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162 | |||||
| * | Simplify the coding standards for #include ordering. The ordering is now | Chandler Carruth | 2012-12-02 | 1 | -9/+2 | |
| | | | | | | | | trivially achievable with an editor. I'll likely check in a silly python script to help with this too. llvm-svn: 169107 | |||||
| * | docs: CodingStandards should follow the coding standards. | Sean Silva | 2012-11-17 | 1 | -20/+20 | |
| | | | | | | | Some variables in code examples were not LikeThis. llvm-svn: 168275 | |||||
| * | docs: Add link to HowToSetUpLLVMStyleRTTI | Sean Silva | 2012-11-17 | 1 | -1/+2 | |
| | | | | | llvm-svn: 168271 | |||||
| * | Suggest llvm_unreachable over assert(0). | Jordan Rose | 2012-10-26 | 1 | -10/+15 | |
| | | | | | llvm-svn: 166821 | |||||
| * | Document current Doxygen use practices in Coding Standards. Mostly it is | Dmitri Gribenko | 2012-10-20 | 1 | -9/+134 | |
| | | | | | | | | | obvious stuff and most new code being committed conforms to that. Some old code does not; this might cause confusion and this is the motivation to document the correct guidelines. llvm-svn: 166378 | |||||
| * | [Docs] Update File Headers section to cover doxygen style file level docs. | Michael J. Spencer | 2012-10-01 | 1 | -8/+11 | |
| | | | | | llvm-svn: 164964 | |||||
| * | Fix && to && in Coding Standards. | Jakub Staszak | 2012-09-30 | 1 | -1/+1 | |
| | | | | | llvm-svn: 164920 | |||||
| * | Add missing 'to' and rephrase an explanation of GCC's assumptions. | David Blaikie | 2012-09-21 | 1 | -4/+4 | |
| | | | | | | | Wordsmithing by Matt Beaumont-Gay in response to r164389. llvm-svn: 164395 | |||||
| * | Document "do not use defaults in covered switch-over-enum" coding standard. | David Blaikie | 2012-09-21 | 1 | -0/+18 | |
| | | | | | llvm-svn: 164389 | |||||
| * | Fix function names in coding style examples | Andrew Trick | 2012-09-20 | 1 | -4/+4 | |
| | | | | | llvm-svn: 164311 | |||||
| * | Fix static function names in CodingStandards examples. | Andrew Trick | 2012-09-20 | 1 | -6/+6 | |
| | | | | | | | Try not to violate conventions immediately before explaining them. llvm-svn: 164278 | |||||
| * | Coding standards: fix typo: '= deleted' -> '= delete'. | Dmitri Gribenko | 2012-09-18 | 1 | -2/+2 | |
| | | | | | llvm-svn: 164126 | |||||
| * | Add LLVM_DELETED_FUNCTION to coding standards. | Craig Topper | 2012-09-18 | 1 | -0/+28 | |
| | | | | | llvm-svn: 164101 | |||||
| * | Put space after "code-block::". | Meador Inge | 2012-06-20 | 1 | -1/+1 | |
| | | | | | llvm-svn: 158880 | |||||
| * | Removed some left over HTML tags and a '}'. | Meador Inge | 2012-06-20 | 1 | -3/+2 | |
| | | | | | llvm-svn: 158877 | |||||
| * | Sphinxify the CodingStandard documentation. | Bill Wendling | 2012-06-20 | 1 | -0/+1148 | |
| llvm-svn: 158786 | ||||||

