summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/debug-iterator-modeling.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Analyzer] Checker for Debugging Iterator CheckersAdam Balogh2019-11-081-0/+61
For white-box testing correct container and iterator modelling it is essential to access the internal data structures stored for container and iterators. This patch introduces a simple debug checkers called debug.IteratorDebugging to achieve this. Differential Revision: https://reviews.llvm.org/D67156
OpenPOWER on IntegriCloud