[all-commits] [llvm/llvm-project] 43a9b9: [Sema][HLSL] Fix naming of anyhit/closesthit shaders
Justin Bogner via All-commits
all-commits at lists.llvm.org
Fri Aug 25 13:17:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43a9b92d79ab6a59c3cfaa926bb32f161ef2facc
https://github.com/llvm/llvm-project/commit/43a9b92d79ab6a59c3cfaa926bb32f161ef2facc
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/test/SemaHLSL/entry_shader.hlsl
M clang/test/SemaHLSL/shader_type_attr.hlsl
A clang/test/SemaHLSL/valid-shader-stages.hlsl
Log Message:
-----------
[Sema][HLSL] Fix naming of anyhit/closesthit shaders
Also test all shader types and be a bit more careful to make shaders
reasonably valid in these tests.
Differential Revision: https://reviews.llvm.org/D158820
More information about the All-commits
mailing list