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

Justin Bogner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 13 00:05:40 PST 2025


================
@@ -1,8 +1,65 @@
 #include "clang/Parse/ParseHLSLRootSignature.h"
 
+#include "llvm/Support/raw_ostream.h"
+
+using namespace llvm::hlsl::rootsig;
+
 namespace clang {
 namespace hlsl {
 
+// Helper definitions
----------------
bogner wrote:

This comment isn't very helpful.

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


More information about the llvm-branch-commits mailing list