add some more topics to the coding standards doc:
authorChris Lattner <sabre@nondot.org>
Wed, 22 Jul 2009 05:40:54 +0000 (05:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Jul 2009 05:40:54 +0000 (05:40 +0000)
commit6720d7edda7fbba4d878bc8ec5b8d1f289aacbf8
treea6f65a3ad235b6db3b65060016bf69011c4519f7
parent326d3a1bc831ac4c766022bca609600e064f1f18
add some more topics to the coding standards doc:

* Use Early Exits and 'continue' to Simplify Code
* Turn Predicate Loops into Predicate Functions
* Spaces Before Parentheses
* Namespace Indentation
* Anonymous Namespaces

llvm-svn: 76723
llvm/docs/CodingStandards.html