On Sun, Aug 23, 2009 at 4:57 PM, Grzegorz Jaskiewicz<[email protected]> wrote: > I am sure there's plenty of false positives, but I am also quite sure > there's many real errors on that list.
Do you know how to teach clang about functions which never return? That seems to be causing most of the false positives because it doesn't recognize that our error checks stop execution and avoid the use of the unitialized variables afterwards. -- greg http://mit.edu/~gsstark/resume.pdf -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
