summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add missing state transition in IteratorChecker.Reka Kovacs2018-07-301-0/+2
* [Analyzer] Iterator Checker Hotfix: Defer deletion of container data until it...Adam Balogh2018-07-301-1/+22
* [Analyzer] Mark `SymbolData` parts of iterator position as live in program st...Adam Balogh2018-07-161-21/+33
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-281-31/+448
* [analyzer] Fix the crash in IteratorChecker.cpp when 'SymbolConjured' has a n...Henry Wong2018-03-201-1/+1
* [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...George Karpenkov2018-01-171-3/+2
* [analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.Artem Dergachev2017-05-291-0/+833
OpenPOWER on IntegriCloud