[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Add parsing infastructure for StaticSampler (PR #140180)

Finn Plummer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 20 09:39:36 PDT 2025


================
@@ -223,6 +223,34 @@ TEST_F(ParseHLSLRootSignatureTest, ValidParseDTClausesTest) {
   ASSERT_TRUE(Consumer->isSatisfied());
 }
 
+TEST_F(ParseHLSLRootSignatureTest, ValidParseStaticSamplerTest) {
----------------
inbelic wrote:

I opted-out to reduce redundancy, as there is already testing for the errors that are encountered, albeit from a different code path.

https://github.com/llvm/llvm-project/pull/140180


More information about the llvm-branch-commits mailing list