Before D124571 PointerIntPair default constructor initialized to 0.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/ADT/PointerIntPair.h | ||
---|---|---|
37 | I wonder why this constructor didn't kick in. |
llvm/include/llvm/ADT/PointerIntPair.h | ||
---|---|---|
37 | Oh, I was probably visually looking PunnedPointer() and somehow missed this one. Yes, it should. So I guess the real issue is https://reviews.llvm.org/D150504 |
I wonder why this constructor didn't kick in.