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

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 09:01:05 PST 2022


martong added inline comments.


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


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