]> git.ipfire.org Git - thirdparty/gcc.git/commit
analyzer: fix some svalue::dump_to_pp implementations
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 4 Aug 2023 20:17:12 +0000 (16:17 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 4 Aug 2023 20:17:12 +0000 (16:17 -0400)
commit187b213ddbe7ea7a3180f6ca3188732999729623
tree7d43accc8f84e8762bd5f065ba1c819584c09e5a
parent567d06bb357a39ece865cef67ada44124f227e45
analyzer: fix some svalue::dump_to_pp implementations

gcc/analyzer/ChangeLog:
* svalue.cc (region_svalue::dump_to_pp): Support NULL type.
(constant_svalue::dump_to_pp): Likewise.
(initial_svalue::dump_to_pp): Likewise.
(conjured_svalue::dump_to_pp): Likewise.  Fix missing print of the
type.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/analyzer/svalue.cc