aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/dump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/dump.cxx')
-rw-r--r--libbuild2/dump.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/dump.cxx b/libbuild2/dump.cxx
index e253988..8ee68b7 100644
--- a/libbuild2/dump.cxx
+++ b/libbuild2/dump.cxx
@@ -400,6 +400,11 @@ namespace build2
// Nested scopes of which we are an immediate parent.
//
+ // Note that because we use the logical (rather than physical) parent, we
+ // will be printing the logical scope hierarchy (i.e., a project with
+ // disabled amalgamation will be printed directly inside the global
+ // scope).
+ //
for (auto e (p.ctx.scopes.end ());
i != e && i->second.parent_scope () == &p; )
{