summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/mismatched-iterator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] MoveChecker: Enable by default as cplusplus.Move.Artem Dergachev2018-12-171-1/+4
| | | | | | | | | | This checker warns you when you re-use an object after moving it. Mostly developed by Peter Szecsi! Differential Revision: https://reviews.llvm.org/D38675 llvm-svn: 349328
* [Analyzer] Iterator Checker - Part 10: Tests for iterators passed as parameterAdam Balogh2018-10-131-0/+13
| | | | | | | | | | In earlier Clang Static Analyzer versions `check::Bind() was not invoked for parameter passing, so we needed a trick which is not needed anymore. However add the tests to ensure its working. Differential Revision: https::/reviews.llvm.org/D32906 llvm-svn: 344443
* [Analyzer] Commit fix for rL341790/rC341790Adam Balogh2018-09-101-0/+175
Test file was accidentally not added for rL341790/rC341790 and subsequant patches. llvm-svn: 341795
OpenPOWER on IntegriCloud