Add a natural stack alignment field to TargetData, and prevent InstCombine from
[oota-llvm.git] / docs / CodingStandards.html
index 7f92b9a7cf0b2047f31b095f0a3ff85622b341d3..a96f760e67456d6459bb1659d8b2f3949644e5bc 100644 (file)
@@ -854,8 +854,12 @@ rules:</p>
 
 <ul>
 <li><p><b>Type names</b> (including classes, structs, enums, typedefs, etc)
-  should be nouns and start with an upper-case letter (e.g.
-  <tt>TextFileReader</tt>).</p></li>
+    should be nouns and start with an upper-case letter (e.g.
+    <tt>TextFileReader</tt>).</p></li>
+
+<li><p><b>Variable names</b> should be nouns (as they represent state).  The
+    name should be camel case, and start with an upper case letter (e.g.
+    <tt>Leader</tt> or <tt>Boats</tt>).</p></li>
   
 <li><p><b>Function names</b> should be verb phrases (as they represent
     actions), and command-like function should be imperative.  The name should