[clang] [llvm] [HLSL][RootSignature] Implement Parsing of Descriptor Tables (PR #122982)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 26 11:25:39 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.
----------------
bob80905 wrote:

clang/lib/Parse/ParseHLSLRootSignature.cpp lacks a License statement at the top of its file.
I'm not sure whether every new cpp file needs a declaration of a license? I bet @beanz knows.

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


More information about the cfe-commits mailing list