On Fri, Dec 16, 2016 at 9:28 PM, Lars Schneider
wrote:
>
> On 14 Dec 2016, at 12:24, Jeff King wrote:
>
> On Wed, Dec 14, 2016 at 10:27:31PM +1300, Chris Packham wrote:
>
> Changes in v2:
>
> - only run over actual git source files.
>
> - omit any files in t/
>
>
> I actually wonder if FIND_SOURC
On Wed, Dec 14, 2016 at 06:24:01AM -0500, Jeff King wrote:
> On Wed, Dec 14, 2016 at 10:27:31PM +1300, Chris Packham wrote:
>
> > Changes in v2:
> > - only run over actual git source files.
> > - omit any files in t/
>
> I actually wonder if FIND_SOURCE_FILES should be taking care of the "t/"
>
On Wed, Dec 14, 2016 at 10:27:31PM +1300, Chris Packham wrote:
> Changes in v2:
> - only run over actual git source files.
> - omit any files in t/
I actually wonder if FIND_SOURCE_FILES should be taking care of the "t/"
thing. I think "make tags" finds tags in t4051/appended1.c, which is
just si
Add cppcheck target to Makefile. Cppcheck is a static
analysis tool for C/C++ code. Cppcheck primarily detects
the types of bugs that the compilers normally do not detect.
It is an useful target for doing QA analysis.
To run the default set of checks run
make cppcheck
Additional checks can be
4 matches
Mail list logo