Currently, using negative numbers in iterator operations (additions and subractions) results in advancements with huge positive numbers due to an error. This patch fixes it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch is a good testament to how well those debug functions turned out. LGTM.
clang/lib/StaticAnalyzer/Checkers/Iterator.cpp | ||
---|---|---|
203 | Don't use auto here. |
Don't use auto here.