[PATCH] D153960: [clang][dataflow] Implement support for pointers to members.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 28 07:25:43 PDT 2023


mboehme updated this revision to Diff 535401.
mboehme marked an inline comment as done.
mboehme added a comment.

Don't produce values for pointers to members. For consistency, also make
the NullToMemberPointer cast not produce any values.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153960

Files:
  clang/lib/Analysis/FlowSensitive/Transfer.cpp
  clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153960.535401.patch
Type: text/x-patch
Size: 4459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230628/c8618e19/attachment.bin>


More information about the cfe-commits mailing list