ASDenysPetrov added inline comments.

================
Comment at: clang/lib/StaticAnalyzer/Core/SValBuilder.cpp:765
+        R = StateMgr.getStoreManager().castRegion(ER, CastTy);
+        return loc::MemRegionVal(R);
+      }
----------------
bjope wrote:
> This caused some problems with assertion failures, see 
> https://bugs.llvm.org/show_bug.cgi?id=50179
Yes, you are right. Thanks for the catch. The fix has already been loaded. 
D101635


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89055

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to