[PATCH] D130029: [analyzer][NFC] Use `SValVisitor` instead of explicit helper functions
Denys Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 10:40:38 PDT 2022
ASDenysPetrov created this revision.
ASDenysPetrov added reviewers: martong, NoQ, steakhal.
ASDenysPetrov added a project: clang.
Herald added subscribers: manas, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: All.
ASDenysPetrov requested review of this revision.
Herald added a subscriber: cfe-commits.
Get rid of explicit function splitting in favor of specifically designed Visitor.
Move logic from a family of `evalCastKind` and `evalCastSubKind` helper functions to `SValVisitor`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130029
Files:
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130029.445561.patch
Type: text/x-patch
Size: 40442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220718/5e05b566/attachment-0001.bin>
More information about the cfe-commits
mailing list