fmayer wrote:

> I think this is the right change.
> 
> What I don't understand, though, is why you were getting an assert failure 
> before. (Which line is the assertion on that failed?) I would have thought if 
> you don't dump the nested record, you just get less information. Apparently 
> not so?

Because the first line of `Env.getValue` is

````
  assert(!isa<RecordStorageLocation>(Loc));
```

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

Reply via email to