summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index c6596da6..f3edd81b 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -1004,6 +1004,24 @@ typeresolution_info::visit_delete_statement (delete_statement* e)
void
+typeresolution_info::visit_next_statement (next_statement* s)
+{
+}
+
+
+void
+typeresolution_info::visit_break_statement (break_statement* s)
+{
+}
+
+
+void
+typeresolution_info::visit_continue_statement (continue_statement* s)
+{
+}
+
+
+void
typeresolution_info::visit_array_in (array_in* e)
{
// all unary operators only work on numerics