[PATCH] D51393: Provide a method for generating deterministic IDs for pointers allocated in BumpPtrAllocator
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 29 08:42:11 PDT 2018
aprantl added a comment.
Just for consideration: The raw pointers in dumps are sometimes useful while in a debugger session, because you can cast a pointer and dump the object in the debugger.
https://reviews.llvm.org/D51393
More information about the cfe-commits
mailing list