[PATCH] D117229: [Analyzer] Produce SymbolCast for pointer to integer cast

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 13 08:39:22 PST 2022


ASDenysPetrov added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Core/SValBuilder.cpp:1022
 
+SVal clang::ento::SValBuilder::simplifySymbolCast(SymbolRef SE,
+                                                  QualType CastTy) {
----------------
And it'd be great if you bring the original comment here, as the logic is here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117229



More information about the cfe-commits mailing list