<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/CodingStandards.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/CodingStandards.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/CodingStandards.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-26T20:18:32Z</updated>
<entry>
<title>Fix typos in comments.</title>
<updated>2010-02-26T20:18:32Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T20:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=621a415c013556d2d67359c4c51da11ee3703196'/>
<id>urn:sha1:621a415c013556d2d67359c4c51da11ee3703196</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: Perform automated correction of common typos.</title>
<updated>2009-10-12T14:46:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-12T14:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8040cd3cfd7b87661c08ca916daf355593dd8ffa'/>
<id>urn:sha1:8040cd3cfd7b87661c08ca916daf355593dd8ffa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>disuade people from using ostream.</title>
<updated>2009-08-23T21:53:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T21:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=983c592272eb59d39fd78c515e1f2701638879e0'/>
<id>urn:sha1:983c592272eb59d39fd78c515e1f2701638879e0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79866 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make owen happy by being explicit.</title>
<updated>2009-08-11T17:38:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-11T17:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5731020b2f5a723480aa0fa1e064cb6b3f8d12a7'/>
<id>urn:sha1:5731020b2f5a723480aa0fa1e064cb6b3f8d12a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78688 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>discourage else after "noreturn" statements.</title>
<updated>2009-07-28T22:54:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-28T22:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9eb7e0aa57c189c0b81a291079f7934a039e9f73'/>
<id>urn:sha1:9eb7e0aa57c189c0b81a291079f7934a039e9f73</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77387 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tweak, raw_ostream is a ostream, not iostream replacement</title>
<updated>2009-07-24T23:54:34Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-24T23:54:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26fe866cec7e74a782700b7d03e378791b737908'/>
<id>urn:sha1:26fe866cec7e74a782700b7d03e378791b737908</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77017 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CodingStandards: Emphasize use of raw_ostream more.</title>
<updated>2009-07-24T23:04:51Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-24T23:04:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e8530a3d8c940fb7710be7e25098b5c3b2c2de19'/>
<id>urn:sha1:e8530a3d8c940fb7710be7e25098b5c3b2c2de19</id>
<content type='text'>
 - Chris, please approve.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77010 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix some wording problems Daniel pointed out, make a example actually real.</title>
<updated>2009-07-22T16:54:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-22T16:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=59fec6a53234df91d6b66d5826ef1f8ce60af2fa'/>
<id>urn:sha1:59fec6a53234df91d6b66d5826ef1f8ce60af2fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76751 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typo noticed by Duncan</title>
<updated>2009-07-22T16:30:39Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-22T16:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=71d8f3b9e4b56cae6faa291e7f52efa512f65ed8'/>
<id>urn:sha1:71d8f3b9e4b56cae6faa291e7f52efa512f65ed8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76747 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove Bill from the author list: his contribution (describing llvm::Ostream </title>
<updated>2009-07-22T05:43:01Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-22T05:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=219bd29c05627fadb6cf8c1e2177da281cf752fd'/>
<id>urn:sha1:219bd29c05627fadb6cf8c1e2177da281cf752fd</id>
<content type='text'>
and friends) has been removed awhile ago.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76724 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
