[Analyzer][NFC] Move RangeConstraintManager's def before ConstraintAssignor's def
authorGabor Marton <gabor.marton@ericsson.com>
Fri, 24 Sep 2021 07:15:59 +0000 (09:15 +0200)
committerGabor Marton <gabor.marton@ericsson.com>
Fri, 22 Oct 2021 08:46:28 +0000 (10:46 +0200)
commit01b4ddbfbbad575437fb157e8c6e3e2ffb8f0cea
treedcac4441c65094f85c762dd763b35c4c1305e033
parentb5e9f83ea48e29f0fe6d03354303179e5daaec1e
[Analyzer][NFC] Move RangeConstraintManager's def before ConstraintAssignor's def

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.

Differential Revision: https://reviews.llvm.org/D110387
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp