From 68bb8f00c038865107d59c191e42ac64a761dcbf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 18:05:51 +0000 Subject: [PATCH] Change reference to assert.h to mention cassert llvm-svn: 7317 --- llvm/docs/CodingStandards.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 83ca1dc24ad6..fd916bd4fbf1 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -257,7 +257,7 @@ Note however, that it's okay to put extra implementation methods a public class


Assert Liberally