================
@@ -799,6 +806,16 @@ PointerValue
&Environment::getOrCreateNullPointerValue(QualType PointeeType) {
return DACtx->getOrCreateNullPointerValue(PointeeType);
}
+void Environment::initializeFieldsWithValues(RecordStorageLocation &Loc) {
----------------
martinboehme wrote:
I consciously put this here to be consistent with the ordering in the header
file. (Do we have a firm convention for this?)
https://github.com/llvm/llvm-project/pull/84164
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits