[PATCH] D95307: [StaticAnalyzer] Add checking for degenerate base class in MemRegion
Deep Majumder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 10:05:56 PST 2021
RedDocMD added a comment.
@kromanenkov I guess it won't work then. Thanks for the idea!
Now that I think about it removing duplicates is probably not the right thing to do. The problem arises because the call PTMD->getCXXBaseList() should ideally return the list of previous casts, but instead returns the base class(es) of the struct whose pointer-to-member we are defining.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95307/new/
https://reviews.llvm.org/D95307
More information about the cfe-commits
mailing list