From a7313078ae0d13024c9261c7d7dae45f5a998bc8 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7317 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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