https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/102120
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
Instead of just adding the Record::Field offset, instead get the FieldDecl
offset in the RecordLayout.
Unfortunately, the offset we pass to the ops here is not made to easily go back
to a FieldDecl, so we h
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/102120
Instead of just adding the Record::Field offset, instead get the FieldDecl
offset in the RecordLayout.
Unfortunately, the offset we pass to the ops here is not made to easily go back
to a FieldDecl, so we hav