https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[meta-bug] Issues that      |[meta-bug] Issues that
                   |cppcheck finds that gcc     |static analyzers (cppcheck,
                   |misses                      |clang-static-analyzer) find
                   |                            |that gcc misses

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #1)
> I see Martin Liska added a bunch of bugs found by the clang static analyzer
> as blocking this... Martin, did you verify that cppcheck catches them, too,
> or are we using this bug for static analyzers in general now? It's ok if
> it's the latter, we'll just need to update the title...

Yes, I would like to extend usage of this meta bug. I've just updated the
title.
About the cppcheck, I'm running that with:

$ cppcheck --enable=all --project=compile_commands.json -j16
and my impression is that it does not work for C++ files:
https://pastebin.com/ZK320Ebt
?

Reply via email to