[BUGS] Postgresql and Clang Static Analyzer - Mailing list pgsql-bugs

From Дилян Палаузов
Subject [BUGS] Postgresql and Clang Static Analyzer
Date
Msg-id ec053d24-6471-13c2-d773-995dcc5747a6@aegee.org
Whole thread Raw
Responses Re: [BUGS] Postgresql and Clang Static Analyzer  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: [BUGS] Postgresql and Clang Static Analyzer  (Bill Parker <wp02855@gmail.com>)
List pgsql-bugs
Hello,

I compiled postgresql with

PYTHON=/usr/local/bin/python3 scan-build ./configure --with-perl 
--with-tcl --with-gssapi --with-ldap --with-openssl --with-libxml 
--with-libxslt --with-systemd --with-python

scan-build make

and here are the results:  https://mail.aegee.org/dpa/scan-build-pg-b3a47cdfd6/


Please note, that the information is only about what gets actually 
compiled, code disabled by #if .. #endif is not considered (e.g. when 
determining whether a variable assignment is useless).  There are 
probably some false-positives.

I used scan-build/clang 4.0.

Enjoy  Дилян


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] psql history and "-- lines"
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] Postgresql and Clang Static Analyzer