[PATCH] D153852: [clang][dataflow] Initialize fields of anonymous records correctly.
Martin Böhme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 01:37:26 PDT 2023
mboehme updated this revision to Diff 535284.
mboehme added a comment.
Ensure we model a field of an anonymous record even if the only place it's used
is in an initializer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153852/new/
https://reviews.llvm.org/D153852
Files:
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
clang/lib/Analysis/FlowSensitive/Transfer.cpp
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153852.535284.patch
Type: text/x-patch
Size: 5423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230628/f9697421/attachment-0001.bin>
More information about the cfe-commits
mailing list