summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/generator.cxx')
-rw-r--r--cli/generator.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/generator.cxx b/cli/generator.cxx
index c23f382..b864dfb 100644
--- a/cli/generator.cxx
+++ b/cli/generator.cxx
@@ -19,6 +19,7 @@
#include "context.hxx"
#include "generator.hxx"
+#include "name-processor.hxx"
using namespace std;
using namespace cutl;
@@ -99,6 +100,13 @@ generate (semantics::cli_unit& unit, path const& p)
cxx_path = dir / cxx_path;
}
+ // Process names.
+ //
+ {
+ context ctx (cerr, unit);
+ process_names (ctx);
+ }
+
fs::auto_removes auto_rm;
//