Timm =?utf-8?q?B=C3=A4der?= <tbae...@redhat.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/68888/cl...@github.com>


================
@@ -109,6 +109,8 @@ struct Descriptor final {
   const bool IsTemporary = false;
   /// Flag indicating if the block is an array.
   const bool IsArray = false;
+  /// Flag indicating if this is a dummy descriptor.
+  const bool IsDummy = false;
----------------
tbaederr wrote:

Sure, I'll make a note.

https://github.com/llvm/llvm-project/pull/68888
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to