diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-01 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-01 00:16:39 +0000 |
commit | 95d217ab52d31dc06fda42fc136dea165909e88b (patch) | |
tree | c23a685bf7050bd3f5e5e64796e0b9aa880f1a3c /gcc/analyzer | |
parent | e4bb1bd60a9fd1bed36092a990aa5fed5d45bfa6 (diff) | |
download | gcc-95d217ab52d31dc06fda42fc136dea165909e88b.zip gcc-95d217ab52d31dc06fda42fc136dea165909e88b.tar.gz gcc-95d217ab52d31dc06fda42fc136dea165909e88b.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/analyzer')
-rw-r--r-- | gcc/analyzer/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index 730039a..514fc50 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,19 @@ +2021-03-31 David Malcolm <dmalcolm@redhat.com> + + PR analyzer/99771 + * analyzer.cc (maybe_reconstruct_from_def_stmt): New. + (fixup_tree_for_diagnostic_1): New. + (fixup_tree_for_diagnostic): New. + * analyzer.h (fixup_tree_for_diagnostic): New decl. + * checker-path.cc (call_event::get_desc): Call + fixup_tree_for_diagnostic and use it for the call_with_state call. + (warning_event::get_desc): Likewise for the final_event and + make_label_text calls. + * engine.cc (impl_region_model_context::on_state_leak): Likewise + for the on_leak and add_diagnostic calls. + * region-model.cc (region_model::get_representative_tree): + Likewise for the result. + 2021-03-30 David Malcolm <dmalcolm@redhat.com> * region.h (region::dump_to_pp): Remove old decl. |