[PATCH] D110387: [Analyzer][NFC] Move RangeConstraintManager's def before ConstraintAssignor's def
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 24 00:32:40 PDT 2021
martong created this revision.
martong added reviewers: NoQ, vsavchenko, Szelethus, steakhal, ASDenysPetrov.
Herald added subscribers: manas, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun, whisperity.
martong requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110387
Files:
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110387.374740.patch
Type: text/x-patch
Size: 11363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210924/5aa90531/attachment-0001.bin>
More information about the cfe-commits
mailing list