mboehme added a comment. PTAL
================ Comment at: clang/lib/Analysis/FlowSensitive/Transfer.cpp:447 - StorageLocation *PointeeLoc = Env.getStorageLocationStrict(*SubExpr); - if (PointeeLoc == nullptr) break; ---------------- While I'm here, streamline the code for the not-pointer-to-member case. ================ Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:2529 struct Foo {}; - void target(Foo *Foo) { int Foo::*MemberPointer = nullptr; ---------------- Noticed that the parameter here was unused, so I removed it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153960/new/ https://reviews.llvm.org/D153960 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits