coccicheck: use --all-includes by default
authorRené Scharfe <l.s.r@web.de>
Thu, 29 Sep 2016 23:21:17 +0000 (01:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Sep 2016 03:40:18 +0000 (20:40 -0700)
Add a make variable, SPATCH_FLAGS, for specifying flags for spatch, and
set it to --all-includes by default. This option lets it consider
header files which would otherwise be ignored. That's important for
some rules that rely on type information. It doubles the duration of
coccicheck, however.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found