Re: clang's static checker report.

Поиск
Список
Период
Сортировка
От Grzegorz Jaskiewicz
Тема Re: clang's static checker report.
Дата
Msg-id DAA43615-E02A-42A0-8A75-0363C0069A42@pointblue.com.pl
обсуждение исходный текст
Ответ на Re: clang's static checker report.  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Ответы Re: clang's static checker report.  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-hackers
heh, sorry folks for the noise again :/

There was a fair amount of false positives there - due to nature of  
Assert() macro. Mainly, since assert_enabled is a runtime variable,  
not a macro (which I sadly overlooked).

So, hardcoding it to (1) (using CPP) removed quite few false positives.

New results at:

http://zlew.org/postgresql_static_check/scan-build-2009-08-27-4/
archive at: http://zlew.org/postgresql_static_check/postgresql_static_check_27thAugust2009_2.tar.xz

Please tell me, if you think that it can be improved more.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: Patches for static check on geo_ops.c
Следующее
От: Robert Haas
Дата:
Сообщение: Re: 8.5 release timetable, again