On 2/26/16 2:14 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Feb 26 22:14:00 2016 > New Revision: 296124 > URL: https://svnweb.freebsd.org/changeset/base/296124 > > Log: > Import bsd.clang-analyze.mk based on NetBSD's version. > > This allows 'make analyze' or 'make OBJ.clang-analyzer' to run the > Clang static analyzer and present results on stdout. > > Obtained from: NetBSD (CVS Rev. 1.3) > Sponsored by: EMC / Isilon Storage Division > Differential Revision: https://reviews.freebsd.org/D5449 >
I just wanted to call special attention to this one. You may find it useful to run in something you maintain. scan-build can achieve the same thing but this one is at least built-in and dependency-free. It doesn't work for the kernel yet. -- Regards, Bryan Drewery _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"