[all-commits] [llvm/llvm-project] c502a8: [HLSL] Add helpers to simplify HLSL resource type ...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Dec 7 17:31:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c502a81b439b68cb029e16ca9d444d897b5e7727
https://github.com/llvm/llvm-project/commit/c502a81b439b68cb029e16ca9d444d897b5e7727
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang/include/clang/Sema/HLSLExternalSemaSource.h
M clang/lib/Sema/HLSLExternalSemaSource.cpp
Log Message:
-----------
[HLSL] Add helpers to simplify HLSL resource type declarations. NFC
A few changes to HLSLExternalSemaSource and its BuiltinTypeDeclBuilder
to make defining buffer types less verbose. This will make it a lot
easier to see what the differences between the various buffer types
are once we start introducing more of them.
Pull Request: https://github.com/llvm/llvm-project/pull/73967
More information about the All-commits
mailing list