[gcc(refs/users/ppalka/heads/integer_class_type)] analyzer: fix comment
Patrick Palka
ppalka@gcc.gnu.org
Thu Jan 16 20:35:00 GMT 2020
https://gcc.gnu.org/g:49e9a9996ab334133c78f1445173d8e663edd3e9
commit 49e9a9996ab334133c78f1445173d8e663edd3e9
Author: David Malcolm <dmalcolm@redhat.com>
Date: Wed Jan 15 10:31:36 2020 -0500
analyzer: fix comment
I rewrote class impl_region_model_context to avoid using multiple
inheritance during patch review but forgot to update this comment.
Fix it.
gcc/analyzer/ChangeLog:
* engine.cc (class impl_region_model_context): Fix comment.
Diff:
---
gcc/analyzer/ChangeLog | 4 ++++
gcc/analyzer/engine.cc | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 340288c..2ca7144 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-15 David Malcolm <dmalcolm@redhat.com>
+
+ * engine.cc (class impl_region_model_context): Fix comment.
+
2020-01-14 David Malcolm <dmalcolm@redhat.com>
PR analyzer/93212
diff --git a/gcc/analyzer/engine.cc b/gcc/analyzer/engine.cc
index 9092024..92615e6 100644
--- a/gcc/analyzer/engine.cc
+++ b/gcc/analyzer/engine.cc
@@ -64,7 +64,7 @@ along with GCC; see the file COPYING3. If not see
static int readability_comparator (const void *p1, const void *p2);
-/* class impl_region_model_context : public region_model_context, public log_user. */
+/* class impl_region_model_context : public region_model_context. */
impl_region_model_context::
impl_region_model_context (exploded_graph &eg,
More information about the Gcc-cvs
mailing list