This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer][NFC] Move RangeConstraintManager's def before ConstraintAssignor's def
ClosedPublic

Authored by martong on Sep 24 2021, 12:32 AM.

Details

Summary

In this patch we simply move the definition of RangeConstraintManager before
the definition of ConstraintAssignor. This patch is exclusively needed for it's
child patch, so in the child the diff would be clean and the review would be
easier.

Diff Detail

Event Timeline

martong created this revision.Sep 24 2021, 12:32 AM
martong requested review of this revision.Sep 24 2021, 12:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 12:32 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal accepted this revision.Sep 27 2021, 1:39 AM

It seems clean to me.

This revision is now accepted and ready to land.Sep 27 2021, 1:39 AM
ASDenysPetrov accepted this revision.EditedSep 27 2021, 8:43 AM

LGTM.

This revision was landed with ongoing or failed builds.Oct 22 2021, 1:46 AM
This revision was automatically updated to reflect the committed changes.