[PATCH] D89218: [DebugInfo] Support for DW_TAG_generic_subrange
Alok Kumar Sharma via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 01:54:04 PDT 2020
alok marked an inline comment as done.
alok added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:392
+
+ typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType;
+
----------------
djtodoro wrote:
> `using` instead?
Thanks for your comment. I shall update patch for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89218/new/
https://reviews.llvm.org/D89218
More information about the llvm-commits
mailing list