Update the coding standards, removign the bit about avoiding exceptions and
authorChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:05:07 +0000 (21:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 May 2004 21:05:07 +0000 (21:05 +0000)
commit999cf0984eb22f4f69da96eb7d0c8e46a3d8b7e5
tree225c6d6f86b94909a4d5c94e935891bdb70fb38f
parentccc806525c247a8329470ea3822436eabe6008c5
Update the coding standards, removign the bit about avoiding exceptions and
rtti (they shouldn't be used in the main compiler, but that's because
optimizations aren't allowed to fail!)

Remove the big section about iterators, because people who do not know what
they are doing shouldn't be writing them.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13670 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CodingStandards.html