From 7e7d9ce142c3ef077743496cbf8cdc8f669a66af Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 13 Dec 2023 16:39:46 -0800 Subject: Polish language server and documentation. (#3410) Co-authored-by: Yong He --- source/slang/slang-ast-iterator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/slang/slang-ast-iterator.h') diff --git a/source/slang/slang-ast-iterator.h b/source/slang/slang-ast-iterator.h index 7dc358a8e..2e8f02697 100644 --- a/source/slang/slang-ast-iterator.h +++ b/source/slang/slang-ast-iterator.h @@ -150,6 +150,7 @@ struct ASTIterator { iterator->maybeDispatchCallback(expr); dispatchIfNotNull(expr->base); + dispatchIfNotNull(expr->originalExpr); } void visitOverloadedExpr2(OverloadedExpr2* expr) { -- cgit v1.2.3