[PATCH] D72136: Add gdb pretty printer for MutableArrayRef, remove ConstArrayRef.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 21:44:29 PST 2020
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Ah, thanks for that - seems I wrote this as I had /wanted/ ArrayRef to be implemented, rather than how it ended up being implemented. (when MutableArrayRef was proposed, I had proposed changing ArrayRef to be mutable and introducing ConstArrayRef but folks didn't want the churn - guess that stuck in my head a bit).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72136/new/
https://reviews.llvm.org/D72136
More information about the llvm-commits
mailing list