summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodingStandards.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky2008-05-311-0/+23
| | | | | | values, so as to avoid warnings on some platforms. llvm-svn: 51831
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-291-8/+6
| | | | | | discussion of this change. llvm-svn: 45409
* Update links.Chris Lattner2007-11-091-6/+3
| | | | llvm-svn: 43964
* Clarify some of the iostreams stuff.Bill Wendling2007-11-061-13/+13
| | | | llvm-svn: 43766
* Validation fixesBill Wendling2007-09-221-5/+8
| | | | llvm-svn: 42229
* Subversionify the documentation.Reid Spencer2007-07-091-3/+3
| | | | llvm-svn: 38442
* clarify the 'developed by' lineChris Lattner2007-02-191-2/+4
| | | | llvm-svn: 34400
* fix a grammar ambiguity noticed by DuncanChris Lattner2007-02-101-1/+2
| | | | llvm-svn: 34151
* Removed reference to "cnull" because typical users shouldn't need to useBill Wendling2007-01-041-6/+0
| | | | | | it. llvm-svn: 32869
* Added example of how to code print() methods so that they will disappearBill Wendling2006-12-171-5/+18
| | | | | | from the code if "cnull" is passed into them. llvm-svn: 32641
* Fixed some formatting.Bill Wendling2006-12-091-28/+29
| | | | llvm-svn: 32392
* Another example of using the llvm IO streams.Bill Wendling2006-12-091-0/+7
| | | | llvm-svn: 32391
* Add documentation for how to use the new LLVM streams.Bill Wendling2006-12-091-2/+74
| | | | llvm-svn: 32390
* Fix a couple typos.Jim Laskey2006-07-311-1/+1
| | | | llvm-svn: 29416
* Add some adviceChris Lattner2006-07-271-8/+26
| | | | llvm-svn: 29324
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* Add a section about using namespaces.Chris Lattner2006-01-011-20/+35
| | | | llvm-svn: 25054
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-041-7/+6
| | | | llvm-svn: 18474
* Use <tt> around "#include" and "std::endl"Misha Brukman2004-10-261-20/+21
| | | | llvm-svn: 17258
* Use <tt> around header namesMisha Brukman2004-10-261-2/+3
| | | | llvm-svn: 17256
* * Fix spelling and grammar errorsMisha Brukman2004-10-261-10/+13
| | | | | | | | * Close <p> tags properly * Break up paragraphs with blank lines, clean up text alignment * Delete unbalanced " llvm-svn: 17254
* Add a blurb about the use of class vs. struct keyword in class decls.Reid Spencer2004-09-231-0/+18
| | | | llvm-svn: 16500
* Fix grammar, eliminate double parenthesized sentence fragment.Misha Brukman2004-07-281-4/+5
| | | | llvm-svn: 15313
* * Wrap code listings in <div class="doc_code">Misha Brukman2004-07-281-38/+49
| | | | | | | * Wrap keywords in <tt> * Wrap lines at 80 cols llvm-svn: 15312
* Fixed broken links.Tanya Lattner2004-06-221-1/+1
| | | | llvm-svn: 14313
* Fix broken internal link.Misha Brukman2004-06-031-1/+1
| | | | llvm-svn: 14002
* Update the coding standards, removign the bit about avoiding exceptions andChris Lattner2004-05-231-381/+31
| | | | | | | | | | rtti (they shouldn't be used in the main compiler, but that's because optimizations aren't allowed to fail!) Remove the big section about iterators, because people who do not know what they are doing shouldn't be writing them. :) llvm-svn: 13670
* Add proper footer since this file is HTML-4.01 compliant.Misha Brukman2004-05-121-6/+9
| | | | llvm-svn: 13498
* Merged in RELEASE_1.John Criswell2003-10-271-0/+2
| | | | llvm-svn: 9538
* * Use HTML 4.01 Strict DTDMisha Brukman2003-10-241-267/+385
| | | | | | | | * Stop using UTF-8, the webserver sends out iso-8859-1 anyway * Use style sheets and <div>s instead of <font> tags * Stop using <ul> for layout llvm-svn: 9474
* Oops, forgot to commit this before: standardize header commentsChris Lattner2003-10-131-2/+2
| | | | llvm-svn: 9080
* Break lines so that they fit within 80 columns.Misha Brukman2003-10-061-24/+88
| | | | llvm-svn: 8901
* Spell `necessary' correctly.Misha Brukman2003-08-181-2/+2
| | | | llvm-svn: 7944
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-071-26/+54
| | | | | | * Add section describing how we prefer #includes to be ordered llvm-svn: 7697
* Made many paragraphs fit into 80 characters per line to avoid wrapping in anMisha Brukman2003-07-281-31/+112
| | | | | | editor window. Re-worded confusing description about interdependence of modules. llvm-svn: 7374
* Change reference to assert.h to mention cassertChris Lattner2003-07-251-2/+2
| | | | llvm-svn: 7317
* Properly convert some &'s to &amp;'sChris Lattner2003-04-231-16/+16
| | | | llvm-svn: 5868
* Add a note about endl semanticsChris Lattner2002-01-201-1/+15
| | | | llvm-svn: 1502
* Commit more code over to new cast styleChris Lattner2001-10-021-5/+5
| | | | llvm-svn: 697
* Comment out a paragraph that refers to a file that no longer existsChris Lattner2001-10-011-3/+3
| | | | llvm-svn: 689
* Add a missing </a> tagChris Lattner2001-07-231-2/+2
| | | | llvm-svn: 285
* Initial checkin of coding standardsChris Lattner2001-07-091-0/+652
llvm-svn: 167
OpenPOWER on IntegriCloud