analyzer: show types for poisoned_svalue and compound_svalue
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 3 Jun 2021 14:35:27 +0000 (10:35 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 3 Jun 2021 14:35:27 +0000 (10:35 -0400)
commite84fe25f6386666efe1ead4304693d91d7555e7a
tree0bf2efdf41dda6b280e28861af79cd5f941226f6
parent4bdc6e17c9dc621f9502a84abceb2e17ae0418f8
analyzer: show types for poisoned_svalue and compound_svalue

gcc/analyzer/ChangeLog:
* svalue.cc (poisoned_svalue::dump_to_pp): Dump type.
(compound_svalue::dump_to_pp): Dump any type.

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