On 8/31/20 11:39 AM, Nick Desaulniers wrote:
On Mon, Aug 31, 2020 at 11:20 AM Tom Rix trix@redhat.com wrote:
On 8/31/20 10:48 AM, Nick Desaulniers wrote:
On Mon, Aug 31, 2020 at 10:47 AM Nick Desaulniers ndesaulniers@google.com wrote:
On Sat, Aug 29, 2020 at 8:35 AM trix@redhat.com wrote:
From: Tom Rix trix@redhat.com
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@googlegroups.com.
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