[clang] [HLSL] Add implicit resource element type concepts to AST (PR #112600)

Greg Roth via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 15:58:35 PDT 2024


================
@@ -356,6 +426,9 @@ struct TemplateParameterListBuilder {
     QualType T = Builder.Template->getInjectedClassNameSpecialization();
     T = S.Context.getInjectedClassNameType(Builder.Record, T);
 
+    ArrayRef<TemplateArgument> TempArgs =
+        Builder.Template->getInjectedTemplateArgs();
----------------
pow2clk wrote:

Unused variable `TempArgs`?

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


More information about the cfe-commits mailing list