This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Use existing accessors to check for copy and move assignment ops.
ClosedPublic

Authored by mboehme on Apr 18 2023, 1:25 AM.

Diff Detail

Event Timeline

mboehme created this revision.Apr 18 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Apr 18 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 1:25 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Apr 24 2023, 4:36 AM
This revision is now accepted and ready to land.Apr 24 2023, 4:36 AM
mboehme updated this revision to Diff 516378.Apr 24 2023, 6:11 AM

Rebased to head