aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/analyzer/ChangeLog')
-rw-r--r--gcc/analyzer/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index e5d7bdb..fa0fbcd 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,5 +1,12 @@
2020-03-02 David Malcolm <dmalcolm@redhat.com>
+ * analyzer.opt (fanalyzer-show-duplicate-count): New option.
+ * diagnostic-manager.cc
+ (diagnostic_manager::emit_saved_diagnostic): Use the above to
+ guard the printing of the duplicate count.
+
+2020-03-02 David Malcolm <dmalcolm@redhat.com>
+
PR analyzer/93959
* analyzer.cc (is_std_function_p): New function.
(is_std_named_call_p): New functions.