We no longer need a reference to RangedConstraintManager, we call top
level State->assume functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yey, it looks good.
clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | ||
---|---|---|
1608–1609 | It seems odd, that sometimes it's called Builder and more frequently simply SVB. |
It seems odd, that sometimes it's called Builder and more frequently simply SVB.
We should consider consolidating this.