[PATCH] D124932: [clang][dataflow] Track `optional` contents in `optional` model.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 13 05:48:49 PDT 2022
ymandel updated this revision to Diff 429210.
ymandel marked 6 inline comments as done.
ymandel added a comment.
address reviewer comments and fix bug in how the nested value as _re_created -- now uses the loc's type rather than the expression's type (which doesn't always match exactly).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124932/new/
https://reviews.llvm.org/D124932
Files:
clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124932.429210.patch
Type: text/x-patch
Size: 9918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220513/b562b06a/attachment-0001.bin>
More information about the cfe-commits
mailing list