Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-12 Thread Masahiro Yamada
On Wed, Aug 12, 2020 at 10:24 AM 'Nathan Huckleberry' via Clang Built Linux wrote: > > Sounds good. Do you think this patch is ready to land then? I do not think so. I pointed out the CC=clang check was not working. I see false positive errors from GCC commands. This patch does not use the b

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-11 Thread Nathan Huckleberry
Sounds good. Do you think this patch is ready to land then? On Thu, Aug 6, 2020 at 5:10 PM Masahiro Yamada wrote: > > On Fri, Aug 7, 2020 at 6:42 AM 'Nathan Huckleberry' via Clang Built > Linux wrote: > > > > On Thu, Aug 6, 2020 at 3:44 AM Masahiro Yamada wrote: > > > > > > On Tue, Jul 28, 2020

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-06 Thread Masahiro Yamada
On Fri, Aug 7, 2020 at 6:42 AM 'Nathan Huckleberry' via Clang Built Linux wrote: > > On Thu, Aug 6, 2020 at 3:44 AM Masahiro Yamada wrote: > > > > On Tue, Jul 28, 2020 at 9:47 AM Nathan Huckleberry wrote: > > > > > > This patch adds clang-tidy and the clang static-analyzer as make > > > targets.

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-06 Thread Nathan Huckleberry
On Thu, Aug 6, 2020 at 3:44 AM Masahiro Yamada wrote: > > On Tue, Jul 28, 2020 at 9:47 AM Nathan Huckleberry wrote: > > > > This patch adds clang-tidy and the clang static-analyzer as make > > targets. The goal of this patch is to make static analysis tools > > usable and extendable by any develo

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-06 Thread Masahiro Yamada
On Tue, Jul 28, 2020 at 9:47 AM Nathan Huckleberry wrote: > > This patch adds clang-tidy and the clang static-analyzer as make > targets. The goal of this patch is to make static analysis tools > usable and extendable by any developer or researcher who is familiar > with basic c++. > > The current

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-03 Thread Lukas Bulwahn
On Mon, 3 Aug 2020, Nick Desaulniers wrote: > On Sat, Aug 1, 2020 at 12:23 PM Lukas Bulwahn wrote: > > > > Hi Nathan, Hi Nick, > > > > I have been busy with other topics around the kernel and static analysis; > > but then, I read clang and static analysis in my mailbox in this patch. > > > > S

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-03 Thread Nick Desaulniers
On Sat, Aug 1, 2020 at 12:23 PM Lukas Bulwahn wrote: > > Hi Nathan, Hi Nick, > > I have been busy with other topics around the kernel and static analysis; > but then, I read clang and static analysis in my mailbox in this patch. > > So, I thought let me give this patch a try on the weekend. > > I

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-08-01 Thread Lukas Bulwahn
On Tue, 28 Jul 2020, 'Nathan Huckleberry' via Clang Built Linux wrote: > This patch adds clang-tidy and the clang static-analyzer as make > targets. The goal of this patch is to make static analysis tools > usable and extendable by any developer or researcher who is familiar > with basic c++. >

Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile

2020-07-28 Thread Nick Desaulniers
On Mon, Jul 27, 2020 at 5:47 PM 'Nathan Huckleberry' via Clang Built Linux wrote: > > This patch adds clang-tidy and the clang static-analyzer as make > targets. The goal of this patch is to make static analysis tools > usable and extendable by any developer or researcher who is familiar > with ba