[clang] [ParserHLSL] Attempt to parse HLSL annotations on Field Decls. (PR #96346)

Xiang Li via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 12:05:59 PDT 2024


================
@@ -0,0 +1,30 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -o - %s -verify
----------------
python3kgae wrote:

Could we add another test which compiles successfully and check the AST?

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


More information about the cfe-commits mailing list