[PATCH] D66325: [analyzer] CastValueChecker: Store the dynamic types and casts
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 16:57:42 PDT 2019
Charusso added a comment.
In D66325#1636091 <https://reviews.llvm.org/D66325#1636091>, @NoQ wrote:
> Yay! I understand the rough idea and it looks perfectly reasonable to start with. Please add FIXMEs/TODOs on how we eventually want to support more complicated inheritance hierarchies.
I have not decided yet. This only one successful cast allowance is the smallest possible solution, then we need a very great design to do better without exponential path-splitting. I have added a tiny TODO section.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66325/new/
https://reviews.llvm.org/D66325
More information about the cfe-commits
mailing list