From: Chris Lattner Date: Fri, 25 Jul 2003 18:05:51 +0000 (+0000) Subject: Change reference to assert.h to mention cassert X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7313078ae0d13024c9261c7d7dae45f5a998bc8;p=oota-llvm.git Change reference to assert.h to mention cassert git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7317 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 83ca1dc24ad..fd916bd4fbf 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -257,7 +257,7 @@ Note however, that it's okay to put extra implementation methods a public class


Assert Liberally