Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sphinxify the CodingStandard documentation. | Bill Wendling | 2012-06-20 | 1 | -1568/+0 |
| | | | | llvm-svn: 158786 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -1/+1 |
| | | | | llvm-svn: 153508 | ||||
* | clarify the coding standards a bit. | Chris Lattner | 2012-03-16 | 1 | -32/+32 |
| | | | | llvm-svn: 152957 | ||||
* | add an explicit section on static constructors. | Chris Lattner | 2012-02-08 | 1 | -16/+50 |
| | | | | llvm-svn: 150037 | ||||
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
| | | | | llvm-svn: 143348 | ||||
* | apparently variable naming conventions never got added, document the | Chris Lattner | 2011-08-12 | 1 | -2/+6 |
| | | | | | | prevailing convention. Thanks to Dave Zarzycki for the patch. llvm-svn: 137497 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -33/+60 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -79/+82 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | llvm-svn: 129181 | ||||
* | Fix typo. | Nick Lewycky | 2011-02-20 | 1 | -1/+1 |
| | | | | llvm-svn: 126065 | ||||
* | Grammar corrections and some formatting changes. | Bill Wendling | 2010-12-21 | 1 | -200/+201 |
| | | | | llvm-svn: 122312 | ||||
* | fix some validation problems | Chris Lattner | 2010-12-10 | 1 | -9/+10 |
| | | | | llvm-svn: 121444 | ||||
* | restructure this for readability, correct the example to follow the public ↵ | Chris Lattner | 2010-12-10 | 1 | -29/+47 |
| | | | | | | ivar name convention llvm-svn: 121443 | ||||
* | add a rule for enums, patch by Zhanyong Wan! | Chris Lattner | 2010-12-09 | 1 | -4/+6 |
| | | | | llvm-svn: 121430 | ||||
* | Add naming rules to the coding standards. | Zhanyong Wan | 2010-12-02 | 1 | -0/+67 |
| | | | | llvm-svn: 120689 | ||||
* | forbid rtti and exceptions | Chris Lattner | 2010-11-30 | 1 | -0/+23 |
| | | | | llvm-svn: 120450 | ||||
* | Fix formatting nits in the coding standards. Reviewed by clattner. | Zhanyong Wan | 2010-11-23 | 1 | -14/+14 |
| | | | | llvm-svn: 119998 | ||||
* | add some justification for "using namespace llvm;" | Chris Lattner | 2010-11-17 | 1 | -5/+7 |
| | | | | llvm-svn: 119544 | ||||
* | various cleanups and other improvements, patch by Zhanyong Wan! | Chris Lattner | 2010-11-17 | 1 | -48/+47 |
| | | | | llvm-svn: 119515 | ||||
* | update coding standards. Partial specialization is now ok, | Chris Lattner | 2010-11-16 | 1 | -3/+4 |
| | | | | | | though possibly not a good idea. llvm-svn: 119398 | ||||
* | describe the preferred approach to silencing 'unused variable warnings' due ↵ | Chris Lattner | 2010-11-12 | 1 | -0/+32 |
| | | | | | | to asserts. llvm-svn: 118863 | ||||
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 1 | -1/+1 |
| | | | | | | is not everything, but the remaining cases are less trivial. llvm-svn: 115080 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1353 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1353/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 | ||||
* | Fix typos in comments. | Dan Gohman | 2010-02-26 | 1 | -2/+2 |
| | | | | llvm-svn: 97257 | ||||
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -3/+3 |
| | | | | llvm-svn: 83849 | ||||
* | disuade people from using ostream. | Chris Lattner | 2009-08-23 | 1 | -6/+8 |
| | | | | llvm-svn: 79866 | ||||
* | make owen happy by being explicit. | Chris Lattner | 2009-08-11 | 1 | -1/+2 |
| | | | | llvm-svn: 78688 | ||||
* | discourage else after "noreturn" statements. | Chris Lattner | 2009-07-28 | 1 | -0/+84 |
| | | | | llvm-svn: 77387 | ||||
* | Tweak, raw_ostream is a ostream, not iostream replacement | Daniel Dunbar | 2009-07-24 | 1 | -3/+3 |
| | | | | llvm-svn: 77017 | ||||
* | CodingStandards: Emphasize use of raw_ostream more. | Daniel Dunbar | 2009-07-24 | 1 | -3/+24 |
| | | | | | | - Chris, please approve. llvm-svn: 77010 | ||||
* | fix some wording problems Daniel pointed out, make a example actually real. | Chris Lattner | 2009-07-22 | 1 | -20/+27 |
| | | | | llvm-svn: 76751 | ||||
* | fix typo noticed by Duncan | Chris Lattner | 2009-07-22 | 1 | -1/+1 |
| | | | | llvm-svn: 76747 | ||||
* | remove Bill from the author list: his contribution (describing llvm::Ostream | Chris Lattner | 2009-07-22 | 1 | -2/+1 |
| | | | | | | and friends) has been removed awhile ago. llvm-svn: 76724 | ||||
* | add some more topics to the coding standards doc: | Chris Lattner | 2009-07-22 | 1 | -33/+456 |
| | | | | | | | | | | * Use Early Exits and 'continue' to Simplify Code * Turn Predicate Loops into Predicate Functions * Spaces Before Parentheses * Namespace Indentation * Anonymous Namespaces llvm-svn: 76723 | ||||
* | be explicit about making comments real sentences. | Chris Lattner | 2009-07-12 | 1 | -1/+3 |
| | | | | llvm-svn: 75406 | ||||
* | got confused again | Chris Lattner | 2009-06-30 | 1 | -1/+1 |
| | | | | llvm-svn: 74514 | ||||
* | fix some issues Jeff Yasskin noticed | Chris Lattner | 2009-06-30 | 1 | -2/+2 |
| | | | | llvm-svn: 74512 | ||||
* | add a note about re-evaluating end() every time through a loop. | Chris Lattner | 2009-06-30 | 1 | -0/+63 |
| | | | | llvm-svn: 74511 | ||||
* | tt'ify. | Chris Lattner | 2009-03-23 | 1 | -2/+2 |
| | | | | llvm-svn: 67505 | ||||
* | VC++ 6.0 is not future work :) | Chris Lattner | 2009-03-23 | 1 | -64/+5 |
| | | | | | | Do not recommend llvm::OStream anymore. Use raw_ostream or MemoryBuffer. llvm-svn: 67504 | ||||
* | So *this* is where all the trailing whitespace in file header comments come | Misha Brukman | 2009-01-02 | 1 | -2/+2 |
| | | | | | | | | from: copy-pasted straight from the coding standards doc! Oh, the irony. llvm-svn: 61586 | ||||
* | * <div align=center> is not valid HTML 4.01 - removed alignment | Misha Brukman | 2008-12-11 | 1 | -15/+19 |
| | | | | | | | | * <sup> cannot appear inside a <pre> - replaced <pre> with <tt> and <br> * Added standard "Notes" section * Sprinkled fixed-width <tt> tags in a few places for consistency llvm-svn: 60889 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | s/A Few Coding Standards/LLVM Coding Standards/g | Misha Brukman | 2008-12-10 | 1 | -2/+2 |
| | | | | llvm-svn: 60859 | ||||
* | Fix spelling mistake. | Nick Lewycky | 2008-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 60250 | ||||
* | Fix a few HTML tidiness issues. | Dan Gohman | 2008-11-24 | 1 | -2/+2 |
| | | | | llvm-svn: 59966 | ||||
* | Not that using stream headers other than iostream is allowed. | Matthijs Kooijman | 2008-07-30 | 1 | -0/+4 |
| | | | | llvm-svn: 54209 | ||||
* | clarify :) | Chris Lattner | 2008-07-08 | 1 | -0/+12 |
| | | | | llvm-svn: 53218 |