[PATCH] D72590: NFC: Change PointerLikeTypeTraits::NumLowBitsAvailable from enum to static member. This allows GDB pretty printer to find the value.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 15:34:09 PST 2020


dblaikie added a comment.

I've committed a generalization of this (applying the same logic to all instances of NumLowBitsAvailable) in 65eb74e94b414fcde6bfa810d1c30c7fcb136b77 <https://reviews.llvm.org/rG65eb74e94b414fcde6bfa810d1c30c7fcb136b77> - so this review can be closed or abandoned.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72590/new/

https://reviews.llvm.org/D72590





More information about the llvm-commits mailing list