index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
CodingStandards.html
Age
Commit message (
Expand
)
Author
2009-08-11
make owen happy by being explicit.
Chris Lattner
2009-07-28
discourage else after "noreturn" statements.
Chris Lattner
2009-07-24
Tweak, raw_ostream is a ostream, not iostream replacement
Daniel Dunbar
2009-07-24
CodingStandards: Emphasize use of raw_ostream more.
Daniel Dunbar
2009-07-22
fix some wording problems Daniel pointed out, make a example actually real.
Chris Lattner
2009-07-22
fix typo noticed by Duncan
Chris Lattner
2009-07-22
remove Bill from the author list: his contribution (describing llvm::Ostream
Chris Lattner
2009-07-22
add some more topics to the coding standards doc:
Chris Lattner
2009-07-12
be explicit about making comments real sentences.
Chris Lattner
2009-06-30
got confused again
Chris Lattner
2009-06-30
fix some issues Jeff Yasskin noticed
Chris Lattner
2009-06-30
add a note about re-evaluating end() every time through a loop.
Chris Lattner
2009-03-23
tt'ify.
Chris Lattner
2009-03-23
VC++ 6.0 is not future work :)
Chris Lattner
2009-01-02
So *this* is where all the trailing whitespace in file header comments come
Misha Brukman
2008-12-11
* <div align=center> is not valid HTML 4.01 - removed alignment
Misha Brukman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-12-10
s/A Few Coding Standards/LLVM Coding Standards/g
Misha Brukman
2008-11-29
Fix spelling mistake.
Nick Lewycky
2008-11-24
Fix a few HTML tidiness issues.
Dan Gohman
2008-07-30
Not that using stream headers other than iostream is allowed.
Matthijs Kooijman
2008-07-08
clarify :)
Chris Lattner
2008-05-31
Add a standard for control-flow unreachable assertions in functions that return
Nick Lewycky
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-09
Update links.
Chris Lattner
2007-11-06
Clarify some of the iostreams stuff.
Bill Wendling
2007-09-22
Validation fixes
Bill Wendling
2007-07-09
Subversionify the documentation.
Reid Spencer
2007-02-19
clarify the 'developed by' line
Chris Lattner
2007-02-10
fix a grammar ambiguity noticed by Duncan
Chris Lattner
2007-01-04
Removed reference to "cnull" because typical users shouldn't need to use
Bill Wendling
2006-12-17
Added example of how to code print() methods so that they will disappear
Bill Wendling
2006-12-09
Fixed some formatting.
Bill Wendling
2006-12-09
Another example of using the llvm IO streams.
Bill Wendling
2006-12-09
Add documentation for how to use the new LLVM streams.
Bill Wendling
2006-07-31
Fix a couple typos.
Jim Laskey
2006-07-27
Add some advice
Chris Lattner
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-01-01
Add a section about using namespaces.
Chris Lattner
2004-12-04
Documentation which contains smileys won't be taken seriously by some people.
Misha Brukman
2004-10-26
Use <tt> around "#include" and "std::endl"
Misha Brukman
2004-10-26
Use <tt> around header names
Misha Brukman
2004-10-26
* Fix spelling and grammar errors
Misha Brukman
2004-09-23
Add a blurb about the use of class vs. struct keyword in class decls.
Reid Spencer
2004-07-28
Fix grammar, eliminate double parenthesized sentence fragment.
Misha Brukman
2004-07-28
* Wrap code listings in <div class="doc_code">
Misha Brukman
2004-06-22
Fixed broken links.
Tanya Lattner
2004-06-03
Fix broken internal link.
Misha Brukman
2004-05-23
Update the coding standards, removign the bit about avoiding exceptions and
Chris Lattner
2004-05-12
Add proper footer since this file is HTML-4.01 compliant.
Misha Brukman
[next]