Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

[Analyzer] Iterator Checkers - Prevent crashing on iterator differences #698

Closed baloghadamsoftware closed 5 years ago

baloghadamsoftware commented 5 years ago

Iterators differences were mistakenly handled as random decrements which causes an assertion. This patch fixes this.