summaryrefslogtreecommitdiff
path: root/src/resolve/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve/index.cpp')
-rw-r--r--src/resolve/index.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/index.cpp b/src/resolve/index.cpp
index 0155455d..a1892238 100644
--- a/src/resolve/index.cpp
+++ b/src/resolve/index.cpp
@@ -71,6 +71,7 @@ void Resolve_Index_Module_Base(AST::Module& mod)
for( const auto& i : mod.items() )
{
::AST::Path p = mod.path() + i.name;
+ DEBUG("- p = " << p << " : " << ::AST::Item::tag_to_str(i.data.tag()));
TU_MATCH(AST::Item, (i.data), (e),
(None,