-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
7 / 77 of 7 issues completedLabels
HLSLHLSL Language SupportHLSL Language Supportclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"metaissueIssue to collect references to a group of similar or related issues.Issue to collect references to a group of similar or related issues.
Description
This issue has been changed to represent the umbrella task of implementing the Root Signature parser.
It consists of define a Lexer that will convert a root signature string into their Token representation and a Parser that will convert from the Token representation to their in-memory representation as a RootElement
It should be self-contained from the parsing of HLSLRootSignatureAttr
.
Note that the parsing of the root signature will take place in SemaHLSL so we have the capability to do semantic analysis when parsing, but we will defer much of this work to issue #119019.
This issue is resolved when all sub-issues are completed.
Sub-issues
Metadata
Metadata
Assignees
Labels
HLSLHLSL Language SupportHLSL Language Supportclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"metaissueIssue to collect references to a group of similar or related issues.Issue to collect references to a group of similar or related issues.
Type
Projects
Status
Closed