[PATCH] D14629: [analyzer] Configuration file for scan-build.

Антон Ярцев via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 14 14:31:08 PST 2015


ayartsev updated this revision to Diff 42762.
ayartsev added a comment.

Updated the patch following Laszlo's advises:
+ Changed config file format to YAML.
+ Dump current configuration.
+ Search for config file from the current folder and upper.

In http://reviews.llvm.org/D14629#294023, @jroelofs wrote:

> Are you aware of http://reviews.llvm.org/D9600 ?


Learning Python and looking forward to the patch being committed.

Currently I try to launch scan-build over large codebases and note rooms for improvement and potentially helpful options. Find the configuration file that allows to customize ccc/c++-analyzer scripts very handy. The successful  improvements to Perl implementation may be freely transferred to Python implementation in the future when the python patch gets in.

Tested the solution under Windows ant Unix.


http://reviews.llvm.org/D14629

Files:
  tools/scan-build/bin/scan-build
  tools/scan-build/share/scan-build/libscanbuild.pm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14629.42762.patch
Type: text/x-patch
Size: 17281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151214/bdf7084f/attachment-0001.bin>


More information about the cfe-commits mailing list