summaryrefslogtreecommitdiff
path: root/source/slang/slang-parser.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2025-08-07 08:10:02 -0700
committerGitHub <noreply@github.com>2025-08-07 15:10:02 +0000
commit7cd8130e1a3dbcca8746e0577fb8df3bf2975bf8 (patch)
tree6da2b411da34039c3d0ec0e06fadd0e13f8f4842 /source/slang/slang-parser.h
parent67a96920674d628f615532a302504544a45e8187 (diff)
Support `expand` on concrete tuple values. (#8106)
Closes #8061. Along with the fix, also enhanced coercion/overload resolution to filter candidates based on the target type, allowing `tests\language-feature\higher-order-functions\overloaded.slang` to pass.
Diffstat (limited to 'source/slang/slang-parser.h')
-rw-r--r--source/slang/slang-parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang-parser.h b/source/slang/slang-parser.h
index c4e68a7fa..5ca1b9f69 100644
--- a/source/slang/slang-parser.h
+++ b/source/slang/slang-parser.h
@@ -32,7 +32,6 @@ Stmt* parseUnparsedStmt(
SemanticsVisitor* semantics,
TranslationUnitRequest* translationUnit,
SourceLanguage sourceLanguage,
- bool isInVariadicGenerics,
TokenSpan const& tokens,
DiagnosticSink* sink,
Scope* currentScope,