[clang] [clang][Interp] Add explicit dummy descriptors (PR #68888)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 06:15:22 PDT 2023


Timm =?utf-8?q?B=C3=A4der?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/68888/clang at 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


More information about the cfe-commits mailing list