================
@@ -31,6 +31,15 @@ class ConstantEmitter {
private:
bool abstract = false;
+ /// Whether non-abstract components of the emitter have been initialized.
+ bool initializedNonAbstract = false;
----------------
andykaylor wrote:
Yes, these are just for debugging. Wrapping them in NDEBUG makes sense.
https://github.com/llvm/llvm-project/pull/138222
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits