<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/CodingStandards.html, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/CodingStandards.html?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/CodingStandards.html?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-20T02:03:04Z</updated>
<entry>
<title>Fix typo.</title>
<updated>2011-02-20T02:03:04Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-02-20T02:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8'/>
<id>urn:sha1:7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126065 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Grammar corrections and some formatting changes.</title>
<updated>2010-12-21T03:31:05Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-12-21T03:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8602039f197053c952f81b5bdbecc05f12c3c57'/>
<id>urn:sha1:b8602039f197053c952f81b5bdbecc05f12c3c57</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix some validation problems</title>
<updated>2010-12-10T00:54:03Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-10T00:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=78ceb3a4159ef723232471dd9e34b08114ebf870'/>
<id>urn:sha1:78ceb3a4159ef723232471dd9e34b08114ebf870</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121444 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>restructure this for readability, correct the example to follow the public ivar name convention</title>
<updated>2010-12-10T00:52:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-10T00:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69ad797214acdfe2fa99f08395f85c89fa6f81ec'/>
<id>urn:sha1:69ad797214acdfe2fa99f08395f85c89fa6f81ec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121443 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a rule for enums, patch by Zhanyong Wan!</title>
<updated>2010-12-09T23:32:39Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-09T23:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=98bec51b35382ab1682e31818e46bc165ea74142'/>
<id>urn:sha1:98bec51b35382ab1682e31818e46bc165ea74142</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121430 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add naming rules to the coding standards.</title>
<updated>2010-12-02T05:10:07Z</updated>
<author>
<name>Zhanyong Wan</name>
<email>wan@google.com</email>
</author>
<published>2010-12-02T05:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7fcd4dcb98d2e2bec231e713aefd2cacc879dd33'/>
<id>urn:sha1:7fcd4dcb98d2e2bec231e713aefd2cacc879dd33</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120689 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>forbid rtti and exceptions</title>
<updated>2010-11-30T19:20:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-30T19:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=558f5d2a396c533ddceb9ff278fcb2b76641c0f2'/>
<id>urn:sha1:558f5d2a396c533ddceb9ff278fcb2b76641c0f2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix formatting nits in the coding standards.  Reviewed by clattner.</title>
<updated>2010-11-23T05:03:07Z</updated>
<author>
<name>Zhanyong Wan</name>
<email>wan@google.com</email>
</author>
<published>2010-11-23T05:03:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cafe0b4e1fec183f26e0ae374c09bad77388820a'/>
<id>urn:sha1:cafe0b4e1fec183f26e0ae374c09bad77388820a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119998 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add some justification for "using namespace llvm;"</title>
<updated>2010-11-17T19:47:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-17T19:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eddd96901e76811850b63d8bc2cd1690153f38ce'/>
<id>urn:sha1:eddd96901e76811850b63d8bc2cd1690153f38ce</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119544 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>various cleanups and other improvements, patch by Zhanyong Wan!</title>
<updated>2010-11-17T17:14:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-11-17T17:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=684cf814c765e5261d3c3ff3d07c2fb9ade23606'/>
<id>urn:sha1:684cf814c765e5261d3c3ff3d07c2fb9ade23606</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119515 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
