diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-18 13:32:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 13:32:56 -0700 |
| commit | 3d313d963f29f6ca6a8d12bd5c403a70c49aca2a (patch) | |
| tree | d4a5f0cefd50c96aaf22921f9fef715b6359c0c5 /source/slang/check.cpp | |
| parent | ac310e2d848f3174cfb88ca6166676afc2cbe3cd (diff) | |
| parent | 1c022e2c3654de868c45658683f9e04cf4d68cc0 (diff) | |
Merge pull request #118 from tfoleyNV/falcor-shadow-fixes
Falcor shadow fixes
Diffstat (limited to 'source/slang/check.cpp')
| -rw-r--r-- | source/slang/check.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/slang/check.cpp b/source/slang/check.cpp index b175b7f86..1c1c6d5d3 100644 --- a/source/slang/check.cpp +++ b/source/slang/check.cpp @@ -4801,6 +4801,12 @@ namespace Slang return expr; } + RefPtr<ExpressionSyntaxNode> visitAggTypeCtorExpr(AggTypeCtorExpr* expr) + { + assert(!"unexpected"); + return expr; + } + // // // |
