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

2020-07-14 Thread Nick Desaulniers
On Tue, Jul 14, 2020 at 4:24 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

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

2020-07-14 Thread Nathan Huckleberry
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 static analysis tools require intimate knowledge of the internal workin