[clang] [HLSL] Apply resource attributes to the resource type rather than the handle member (PR #107160)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 4 12:19:46 PDT 2024
================
@@ -77,6 +77,23 @@ class SemaHLSL : public SemaBase {
ExprResult ActOnOutParamExpr(ParmVarDecl *Param, Expr *Arg);
QualType getInoutParameterType(QualType Ty);
+
+ // FIXME: This can be hidden (as static function in SemaHLSL.cpp) once we no
+ // longer need to create builtin buffer types in HLSLExternalSemaSource.
----------------
hekota wrote:
I've move it out.
https://github.com/llvm/llvm-project/pull/107160
More information about the cfe-commits
mailing list