[PATCH] D69726: [analyzer] DynamicSize: Store the dynamic size

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 30 09:30:14 PDT 2020


NoQ added a comment.

Thank you for reminding me of this patch. I still think it's a pretty important patch and i'm interested in getting it landed.



================
Comment at: clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:1388
-                 ->castAs<SubRegion>()
-                 ->StripCasts()
-                 ->castAs<SubRegion>();
----------------
What happened to this `StripCasts()`? I don't see it in the after-code and I vaguely remember having to be very careful with it.


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

https://reviews.llvm.org/D69726



More information about the cfe-commits mailing list