[PATCH] D61809: [BPF] Preserve original struct/union type name/access index and array subscripts
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 10 15:50:29 PDT 2019
yonghong-song added a comment.
@lebedev.ri Thanks for the comment. This patch is not ready to land yet. Yes, tests are missing and I am going to add tests later.
More importantly, I want to get a sense whether what I am implementing here is the right direction or not.
The following two other patches are also related to describe our end goal:
https://reviews.llvm.org/D61810
https://reviews.llvm.org/D61524
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61809/new/
https://reviews.llvm.org/D61809
More information about the cfe-commits
mailing list