Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track containor-decl with `DifferentialType` scope varaible synthesized
  • Loading branch information
ArielG-NV authored Aug 20, 2024
1 parent 579d59c commit 77e6c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/slang/slang-ast-synthesis.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ASTSynthesizer
auto parentScope = getScope(decl);
decl->ownedScope = m_builder->create<Scope>();
decl->ownedScope->parent = parentScope;
decl->ownedScope->containerDecl = decl;
pushContainerScope(decl);
}

Expand Down

0 comments on commit 77e6c64

Please sign in to comment.