summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
Commit message (Collapse)AuthorAge
...
* Subversionify the documentation.Reid Spencer2007-07-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
* clarify the 'developed by' lineChris Lattner2007-02-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34400 91177308-0d34-0410-b5e6-96231b3b80d8
* fix a grammar ambiguity noticed by DuncanChris Lattner2007-02-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34151 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed reference to "cnull" because typical users shouldn't need to useBill Wendling2007-01-04
| | | | | | | it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32869 91177308-0d34-0410-b5e6-96231b3b80d8
* Added example of how to code print() methods so that they will disappearBill Wendling2006-12-17
| | | | | | | from the code if "cnull" is passed into them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32641 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed some formatting.Bill Wendling2006-12-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32392 91177308-0d34-0410-b5e6-96231b3b80d8
* Another example of using the llvm IO streams.Bill Wendling2006-12-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32391 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for how to use the new LLVM streams.Bill Wendling2006-12-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32390 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a couple typos.Jim Laskey2006-07-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29416 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some adviceChris Lattner2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29324 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a section about using namespaces.Chris Lattner2006-01-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25054 91177308-0d34-0410-b5e6-96231b3b80d8
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18474 91177308-0d34-0410-b5e6-96231b3b80d8
* Use <tt> around "#include" and "std::endl"Misha Brukman2004-10-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17258 91177308-0d34-0410-b5e6-96231b3b80d8
* Use <tt> around header namesMisha Brukman2004-10-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17256 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix spelling and grammar errorsMisha Brukman2004-10-26
| | | | | | | | | * Close <p> tags properly * Break up paragraphs with blank lines, clean up text alignment * Delete unbalanced " git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17254 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a blurb about the use of class vs. struct keyword in class decls.Reid Spencer2004-09-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16500 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar, eliminate double parenthesized sentence fragment.Misha Brukman2004-07-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15313 91177308-0d34-0410-b5e6-96231b3b80d8
* * Wrap code listings in <div class="doc_code">Misha Brukman2004-07-28
| | | | | | | | * Wrap keywords in <tt> * Wrap lines at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15312 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken links.Tanya Lattner2004-06-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken internal link.Misha Brukman2004-06-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14002 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the coding standards, removign the bit about avoiding exceptions andChris Lattner2004-05-23
| | | | | | | | | | | 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. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13670 91177308-0d34-0410-b5e6-96231b3b80d8
* Add proper footer since this file is HTML-4.01 compliant.Misha Brukman2004-05-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13498 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* * Use HTML 4.01 Strict DTDMisha Brukman2003-10-24
| | | | | | | | | * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9474 91177308-0d34-0410-b5e6-96231b3b80d8
* Oops, forgot to commit this before: standardize header commentsChris Lattner2003-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9080 91177308-0d34-0410-b5e6-96231b3b80d8
* Break lines so that they fit within 80 columns.Misha Brukman2003-10-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8901 91177308-0d34-0410-b5e6-96231b3b80d8
* Spell `necessary' correctly.Misha Brukman2003-08-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix <>'s in code to be &lt;&gt;'sChris Lattner2003-08-07
| | | | | | | * Add section describing how we prefer #includes to be ordered git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7697 91177308-0d34-0410-b5e6-96231b3b80d8
* Made many paragraphs fit into 80 characters per line to avoid wrapping in anMisha Brukman2003-07-28
| | | | | | | editor window. Re-worded confusing description about interdependence of modules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7374 91177308-0d34-0410-b5e6-96231b3b80d8
* Change reference to assert.h to mention cassertChris Lattner2003-07-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7317 91177308-0d34-0410-b5e6-96231b3b80d8
* Properly convert some &'s to &amp;'sChris Lattner2003-04-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5868 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about endl semanticsChris Lattner2002-01-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1502 91177308-0d34-0410-b5e6-96231b3b80d8
* Commit more code over to new cast styleChris Lattner2001-10-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@697 91177308-0d34-0410-b5e6-96231b3b80d8
* Comment out a paragraph that refers to a file that no longer existsChris Lattner2001-10-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@689 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing </a> tagChris Lattner2001-07-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of coding standardsChris Lattner2001-07-09
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167 91177308-0d34-0410-b5e6-96231b3b80d8