[clang] [HLSL] Add `[[hlsl::contained_type()]]` attribute (PR #108456)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 14:50:54 PDT 2024


================
@@ -114,19 +115,30 @@ struct BuiltinTypeDeclBuilder {
                   AccessSpecifier Access = AccessSpecifier::AS_private) {
     if (Record->isCompleteDefinition())
       return *this;
+
+    TypeSourceInfo *ElementTypeTSI = nullptr;
----------------
bogner wrote:

Same naming comment here.

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


More information about the cfe-commits mailing list