[PATCH] D155204: [clang][dataflow] Add `refreshStructValue()`.
Martin Böhme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 07:24:38 PDT 2023
mboehme created this revision.
Herald added subscribers: martong, xazax.hun.
Herald added a reviewer: NoQ.
Herald added a project: All.
mboehme requested review of this revision.
Herald added subscribers: cfe-commits, wangpc.
Herald added a project: clang.
Besides being a useful abstraction, this function will help insulate existing
clients of the framework from upcoming changes to the API of `StructValue`
and `AggregateStorageLocation`.
Depends On D155202 <https://reviews.llvm.org/D155202>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155204
Files:
clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155204.540025.patch
Type: text/x-patch
Size: 4419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230713/c9e4deb6/attachment.bin>
More information about the cfe-commits
mailing list