[PATCH] D96976: [analyzer] Fix reinterpret_cast handling for pointer-to-member

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 26 06:44:21 PST 2021


steakhal added a comment.

In D96976#2590200 <https://reviews.llvm.org/D96976#2590200>, @RedDocMD wrote:

> Unfortunately, all the methods on CXXRecordDecl, like the one you mentioned, are for querying and thus returns a `bool`, while I need the entire path.

AFAIK the second overload accepts an out parameter serving exactly our needs. Could you check if my assumption is correct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96976



More information about the cfe-commits mailing list