[PATCH] D56186: Fix MSVC PointerUnion visualization
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 2 06:58:56 PST 2019
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
This looks great to me (aside from a minor commenting nit). Thank you for the fix!
================
Comment at: include/llvm/ADT/PointerIntPair.h:45
class PointerIntPair {
+ // Used by MSVC visualizer and generally helpful for debugging/visualizing
+ using InfoTy = Info;
----------------
Add a full stop to the end of the comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56186/new/
https://reviews.llvm.org/D56186
More information about the llvm-commits
mailing list