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

Chris B via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 14:28:40 PST 2024


================
@@ -323,19 +325,114 @@ struct TemplateParameterListBuilder {
     return *this;
   }
 
-  BuiltinTypeDeclBuilder &finalizeTemplateArgs() {
+  /*
+The concept specialization expression (CSE) constructed in
----------------
llvm-beanz wrote:

nit: generally LLVM does per-line comment tokens for blocks (`//` rather than `/* ... */`)

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


More information about the cfe-commits mailing list