[all-commits] [llvm/llvm-project] a8297e: [Analyzer][solver] Handle adjustments in constrain...
Gabor Marton via All-commits
all-commits at lists.llvm.org
Wed Oct 27 08:15:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8297ed994301dbf34f259690e9f5fa8fce96ea2
https://github.com/llvm/llvm-project/commit/a8297ed994301dbf34f259690e9f5fa8fce96ea2
Author: Gabor Marton <gabor.marton at ericsson.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
M clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
M clang/test/Analysis/constraint-assignor.c
Log Message:
-----------
[Analyzer][solver] Handle adjustments in constraint assignor remainder
We can reuse the "adjustment" handling logic in the higher level
of the solver by calling `State->assume`.
Differential Revision: https://reviews.llvm.org/D112296
More information about the All-commits
mailing list