Re: [cfe-users] [cfe-dev] Issues Running Scan-build

2016-01-29 Thread Laszlo Nagy via cfe-users
hey Jon, as i mentioned earlier, the `scan-build-py` is not installed by any target. so, it will stay in your source/checkout repository. (and it will be change in the future when the implementation will be mature enough to release.) at this moment it's self contained and not depend on anything, s

Re: [cfe-users] [cfe-dev] Issues Running Scan-build

2016-01-29 Thread Laszlo Nagy via cfe-users
hey Jon, i can say things a few words about the `scan-build-py`, because was my commit in the repo. :) first of all, it is an initial commit. not yet a complete replacement of the `scan-build` (the one written in Perl). that's the reason why it is not installed by any build target... but if you tr