On 8/31/20 11:39 AM, Nick Desaulniers wrote: > On Mon, Aug 31, 2020 at 11:20 AM Tom Rix <trix@xxxxxxxxxx> wrote: >> >> On 8/31/20 10:48 AM, Nick Desaulniers wrote: >>> On Mon, Aug 31, 2020 at 10:47 AM Nick Desaulniers >>> <ndesaulniers@xxxxxxxxxx> wrote: >>>> On Sat, Aug 29, 2020 at 8:35 AM <trix@xxxxxxxxxx> wrote: >>>>> From: Tom Rix <trix@xxxxxxxxxx> >>>>> >>>>> clang static analysis flags this problem >>> Also, Tom, please use ./scripts/get_maintainer.pl on your patches to >>> CC our mailing list; clang-built-linux@xxxxxxxxxxxxxxxx. >> gcc is still doing the building, so it this appropriate ? >> >> Asking because i have been sed-ing clang-build-linux out. > ah, right, you can use `--use-cc=clang` for analyses of builds with > clang. It doesn't hurt to include our mailing list, since we'd like > to know if issues get reported with the analyzer itself. Ok, i'll include it. The only real issue so far has been https://reviews.llvm.org/D83984 which fixes reporting on a couple of files. Tom