Skip to content

Start working on HLSL initialization lists#329

Merged
llvm-beanz merged 4 commits into
microsoft:mainfrom
llvm-beanz:cbieneman/decl.init.agg
Dec 13, 2024
Merged

Start working on HLSL initialization lists#329
llvm-beanz merged 4 commits into
microsoft:mainfrom
llvm-beanz:cbieneman/decl.init.agg

Conversation

@llvm-beanz
Copy link
Copy Markdown
Collaborator

This one is a bit gnarly because it involves a lot of depth-first traversing of declarations, types, and initialization expresssions.

Questions and suggestions on how to clarify are greatly appreciated!

This one is a bit gnarly because it involves a lot of depth-first traversing of declarations, types, and initialization expresssions.

Questions and suggestions on how to clarify are greatly appreciated!
@llvm-beanz llvm-beanz force-pushed the cbieneman/decl.init.agg branch from a51eec2 to 2da528e Compare October 1, 2024 01:53
Copy link
Copy Markdown
Contributor

@pow2clk pow2clk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the depth-first traversal well enough. I think an example would be helpful to some, but perhaps that doesn't fit in this context?

Comment thread specs/language/declarations.tex Outdated
Comment thread specs/language/declarations.tex Outdated
Co-authored-by: Greg Roth <grroth@microsoft.com>
Comment thread specs/language/declarations.tex
Comment thread specs/language/declarations.tex Outdated
Comment thread specs/language/declarations.tex Outdated
@llvm-beanz llvm-beanz added the Design Meeting Agenda item for the design meeting label Nov 12, 2024
Comment thread specs/language/declarations.tex
@llvm-beanz llvm-beanz removed the Design Meeting Agenda item for the design meeting label Dec 9, 2024
@llvm-beanz llvm-beanz merged commit 9a01d0c into microsoft:main Dec 13, 2024
llvm-beanz added a commit to llvm-beanz/hlsl-specs that referenced this pull request Feb 9, 2025
* Start working on HLSL initialization lists

This one is a bit gnarly because it involves a lot of depth-first traversing of declarations, types, and initialization expressions.

Questions and suggestions on how to clarify are greatly appreciated!

Co-authored-by: Greg Roth <grroth@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Accepted

Development

Successfully merging this pull request may close these issues.

5 participants