Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the ↵ | Adam Balogh | 2019-12-11 | 1 | -0/+295 |
actual checkers A monolithic checker class is hard to maintain. This patch splits it up into a modeling part, the three checkers and a debug checker. The common functions are moved into a library. Differential Revision: https://reviews.llvm.org/D70320 |