From 0804aa8543136f3e1585e0e59a14f9c331c0c448 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Sep 2009 18:47:48 +0200 Subject: Add name processor Name processor is a separate pass over the semantics graph that assigns names to various constructs while making sure there are no name clashes. --- cli/name-processor.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/name-processor.hxx (limited to 'cli/name-processor.hxx') diff --git a/cli/name-processor.hxx b/cli/name-processor.hxx new file mode 100644 index 0000000..13e25df --- /dev/null +++ b/cli/name-processor.hxx @@ -0,0 +1,14 @@ +// file : cli/name-processor.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef CLI_NAME_PROCESSOR_HXX +#define CLI_NAME_PROCESSOR_HXX + +#include "context.hxx" + +void +process_names (context&); + +#endif // CLI_NAME_PROCESSOR_HXX -- cgit v1.1