summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-iterator.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-12-13 16:39:46 -0800
committerGitHub <noreply@github.com>2023-12-13 16:39:46 -0800
commit7e7d9ce142c3ef077743496cbf8cdc8f669a66af (patch)
treecabcc19ab27e638877d5d12080377f50f01e6f1a /source/slang/slang-ast-iterator.h
parent3979660d4fe1fd6c1f1d9b8956e96817e17c3f4e (diff)
Polish language server and documentation. (#3410)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-ast-iterator.h')
-rw-r--r--source/slang/slang-ast-iterator.h1
1 files changed, 1 insertions, 0 deletions
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)
{