public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug analyzer/112790] -Wanalyzer-deref-before-check false positives seen in Linux kernel due to inlining
Date: Thu, 04 Jan 2024 14:21:01 +0000	[thread overview]
Message-ID: <bug-112790-4-sR2K5RFQHc@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-112790-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:05c99b1c7965f46f0ff17d5e8f4020a62c643ae5

commit r14-6919-g05c99b1c7965f46f0ff17d5e8f4020a62c643ae5
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Thu Jan 4 09:19:06 2024 -0500

    analyzer: add sarif properties for checker events

    As another followup to r14-6057-g12b67d1e13b3cf, optionally add SARIF
    property bags to threadFlowLocation objects when writing out diagnostic
    paths, and add analyzer-specific properties to them.

    This was useful for debugging PR analyzer/112790.

    gcc/analyzer/ChangeLog:
            * checker-event.cc: Include "diagnostic-format-sarif.h" and
            "tree-logical-location.h".
            (checker_event::maybe_add_sarif_properties): New.
            (superedge_event::maybe_add_sarif_properties): New.
            (superedge_event::superedge_event): Add comment.
            * checker-event.h (checker_event::maybe_add_sarif_properties): New
            decl.
            (superedge_event::maybe_add_sarif_properties): New decl.

    gcc/ChangeLog:
            * diagnostic-format-sarif.cc
            (sarif_builder::make_logical_location_object): Convert to...
            (make_sarif_logical_location_object): ...this.
            (sarif_builder::set_any_logical_locs_arr): Update for above
            change.
            (sarif_builder::make_thread_flow_location_object): Call
            maybe_add_sarif_properties on each diagnostic_event.
            * diagnostic-format-sarif.h (class logical_location): New forward
            decl.
            (make_sarif_logical_location_object): New decl.
            * diagnostic-path.h (class sarif_object): New forward decl.
            (diagnostic_event::maybe_add_sarif_properties): New vfunc.

    Signed-off-by: David Malcolm <dmalcolm@redhat.com>

  parent reply	other threads:[~2024-01-04 14:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 21:14 [Bug analyzer/112790] New: " dmalcolm at gcc dot gnu.org
2023-11-30 21:16 ` [Bug analyzer/112790] " dmalcolm at gcc dot gnu.org
2024-01-04 14:16 ` cvs-commit at gcc dot gnu.org
2024-01-04 14:21 ` cvs-commit at gcc dot gnu.org [this message]
2024-01-04 15:06 ` dmalcolm at gcc dot gnu.org
2024-04-14  5:20 ` [Bug analyzer/112790] [13 Regression] " pinskia at gcc dot gnu.org
2024-05-09 17:11 ` cvs-commit at gcc dot gnu.org
2024-05-09 17:52 ` [Bug analyzer/112790] " dmalcolm at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-112790-4-sR2K5RFQHc@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).