Skip to content
Success

Changes

Summary

  1. Clean-up in DeclarationNode.cc. Made all buildList loops the same. The ast::Decl function also got some restructuring, mostly moving code around and into helpers. (details)
  2. Added IndexIterator, which absorbs some functionality of some MemberIterator types for CurrentObject. (details)
Commit 45e753cbc7719672b256d2b53323087ceb5ee1a4 by ajbeach
Clean-up in DeclarationNode.cc. Made all buildList loops the same. The ast::Decl function also got some restructuring, mostly moving code around and into helpers.
The file was modifiedsrc/Parser/DeclarationNode.cc
Commit 699a97d7d8a7caf9c3e7e0051ed1c8fba3a40fd2 by ajbeach
Added IndexIterator, which absorbs some functionality of some MemberIterator types for CurrentObject.
The file was modifiedsrc/ResolvExpr/CurrentObject.cc