diff --git a/dsymbol b/dsymbol index 049bec1..666aed3 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 049bec15b153bd1bc7ca78af862cfd41ae8c2d9f +Subproject commit 666aed31f6224af737199374cbe7c8c9416c6d80 diff --git a/src/dscanner/analysis/run.d b/src/dscanner/analysis/run.d index 83cd7ba..a16147c 100644 --- a/src/dscanner/analysis/run.d +++ b/src/dscanner/analysis/run.d @@ -379,7 +379,7 @@ MessageSet analyze(string fileName, const Module m, const StaticAnalysisConfig a m.moduleDeclaration.moduleName.identifiers !is null) moduleName = m.moduleDeclaration.moduleName.identifiers.map!(e => e.text).join("."); - auto first = scoped!FirstPass(m, internString(fileName), symbolAllocator, + scope first = new FirstPass(m, internString(fileName), symbolAllocator, symbolAllocator, true, &moduleCache, null); first.run(); @@ -605,4 +605,3 @@ MessageSet analyze(string fileName, const Module m, const StaticAnalysisConfig a return set; } -