[PATCH] D55252: fix PointerIntPair visualizer
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 18 13:49:19 PST 2018
aaron.ballman added a comment.
Thank you for working on this, but it seems like the fix didn't go quite far enough. There are other uses of `IntShift` in the natvis file that are causing problems, like the ones from the `PointerUnion` visualizers a few lines below what was updated. I don't suppose you'd be interested in getting the rest of the uses of `IntShift` cleaned up as well?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55252/new/
https://reviews.llvm.org/D55252
More information about the llvm-commits
mailing list