From 4f003a87305ddd6ade36d247845e6c6a9dcd5079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 31 May 2017 18:12:24 +0200 Subject: [PATCH] Noted to-do. --- include/anthem/ASTUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/anthem/ASTUtils.h b/include/anthem/ASTUtils.h index 2bc4042..b0ed1f9 100644 --- a/include/anthem/ASTUtils.h +++ b/include/anthem/ASTUtils.h @@ -17,6 +17,7 @@ namespace ast //////////////////////////////////////////////////////////////////////////////////////////////////// // TODO: rename to VariableDeclarationStack or ParameterStack +// TODO: move to separate file class VariableStack { public: