diff options
| author | Yong He <yonghe@outlook.com> | 2023-12-13 16:39:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 16:39:46 -0800 |
| commit | 7e7d9ce142c3ef077743496cbf8cdc8f669a66af (patch) | |
| tree | cabcc19ab27e638877d5d12080377f50f01e6f1a /source/slang/slang-ast-expr.h | |
| parent | 3979660d4fe1fd6c1f1d9b8956e96817e17c3f4e (diff) | |
Polish language server and documentation. (#3410)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-ast-expr.h')
| -rw-r--r-- | source/slang/slang-ast-expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang-ast-expr.h b/source/slang/slang-ast-expr.h index 88293a812..23c721038 100644 --- a/source/slang/slang-ast-expr.h +++ b/source/slang/slang-ast-expr.h @@ -53,6 +53,8 @@ class OverloadedExpr : public Expr // arose from a member-reference expression. Expr* base = nullptr; + Expr* originalExpr = nullptr; + // The lookup result that was ambiguous LookupResult lookupResult2; }; |
