From: brarcher Date: Tue, 17 Dec 2013 16:06:58 +0000 (+0000) Subject: Add to NEWS information on refactoring check's asserts X-Git-Tag: 0.10.0~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdbd9a51a5d6298ccdb00cf65f71651a688c6dbf;p=check Add to NEWS information on refactoring check's asserts git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@877 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/NEWS b/NEWS index 8d85406..e0944f9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ In development: +* Refactor Check's assertions to be more like the assert() call in + assert.h, in that static source code analyzers can use gcc attributes + in the header to make assumptions about the flow of the code. See + feature request #29. + * fix ck_assert_ptr_* causing const compilation warnings. Patch from bug #91.