This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Model the behavior of optional and std swap
ClosedPublic

Authored by sgatev on Mar 21 2022, 5:08 AM.

Diff Detail

Event Timeline

sgatev created this revision.Mar 21 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 5:08 AM
sgatev requested review of this revision.Mar 21 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 5:08 AM
ymandel accepted this revision.Mar 21 2022, 6:53 AM
ymandel added inline comments.
clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
1961

nit: use unique identifiers for each check?

This revision is now accepted and ready to land.Mar 21 2022, 6:53 AM
sgatev updated this revision to Diff 416953.Mar 21 2022, 8:17 AM

Address comments.

sgatev marked an inline comment as done.Mar 21 2022, 8:18 AM
xazax.hun accepted this revision.Mar 21 2022, 8:28 AM