Since RangeSet::Factory actually contains BasicValueFactory, we can
remove value factory from many function signatures inside the solver.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105005
[analyzer][solver][NFC] Simplify function signatures ClosedPublic Authored by vsavchenko on Jun 28 2021, 1:58 AM.
Details Summary Since RangeSet::Factory actually contains BasicValueFactory, we can
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, mikhail.ramalho and 4 others. · View Herald TranscriptJun 28 2021, 1:58 AM This revision is now accepted and ready to land.Jun 28 2021, 4:18 AM This revision was landed with ongoing or failed builds.Jun 28 2021, 4:23 AM Closed by commit rG8474bb13c327: [analyzer][solver][NFC] Simplify function signatures (authored by vsavchenko). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 354838 clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
|