[clang] [llvm] [HLSL][RootSignature] Implement Parsing of Descriptor Tables (PR #122982)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 1 10:33:50 PST 2025
================
@@ -0,0 +1,375 @@
+//=== ParseHLSLRootSignatureTest.cpp - Parse Root Signature tests ---------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
----------------
llvm-beanz wrote:
Every new file should get the license header.
https://github.com/llvm/llvm-project/pull/122982
More information about the cfe-commits
mailing list