https://github.com/shader-slang/slang
Revision d6ae67160c33460bf952c9959077dc481a16eca2 authored by Tim Foley on 02 March 2021, 23:46:28 UTC, committed by GitHub on 02 March 2021, 23:46:28 UTC
This change tidies up some code related to the handling of declarators for the purpose of "unparsing" types into C-like declarations. The big change is that the `EDeclarator` type is changed to `DeclaratorInfo` and now has a bit of a subtype hierarchy under it rather than just using a `union`. The declarations have been moved to the header for CLikeSourceEmitter` so that they can be used by subclasses.

I also removed the `IRDeclaratorInfo` type that was being declared but never actually used, and moved the case for pointers from that type into the main `EDeclarator`/`DeclaratorInfo`.
1 parent c2653ba
History
Tip revision: d6ae67160c33460bf952c9959077dc481a16eca2 authored by Tim Foley on 02 March 2021, 23:46:28 UTC
Clean up declarator handling during source emit (#1732)
Tip revision: d6ae671
File Mode Size
.github
build
docs
examples
external
extras
prelude
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 951 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 8.6 KB
github_build.sh -rw-r--r-- 495 bytes
github_test.sh -rw-r--r-- 546 bytes
premake.bat -rw-r--r-- 120 bytes
premake5.lua -rw-r--r-- 47.0 KB
slang-com-helper.h -rw-r--r-- 4.8 KB
slang-com-ptr.h -rw-r--r-- 4.9 KB
slang-gfx.h -rw-r--r-- 47.7 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 167.5 KB
slang.sln -rw-r--r-- 19.7 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top