Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some dead code in BugReporter and related files | Dmitri Gribenko | 2019-08-21 | 1 | -1/+1 |
| | | | | | | | | | | Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66473 llvm-svn: 369504 | ||||
* | [analyzer] NFC: Add a convenient CallDescriptionMap class. | Artem Dergachev | 2019-07-01 | 1 | -6/+14 |
| | | | | | | | | | | | | | | It encapsulates the procedure of figuring out whether a call event corresponds to a function that's modeled by a checker. Checker developers no longer need to worry about performance of lookups into their own custom maps. Add unittests - which finally test CallDescription itself as well. Differential Revision: https://reviews.llvm.org/D62441 llvm-svn: 364866 | ||||
* | Add header guard to Reusables.h [NFC] | Ali Tamur | 2019-04-19 | 1 | -0/+5 |
| | | | | llvm-svn: 358724 | ||||
* | [analyzer] NFC: Make reusable unittest mocks reusable. | Artem Dergachev | 2019-04-18 | 1 | -0/+58 |
Put them in a header for other Analyzer unittests to include. Differential Revision: https://reviews.llvm.org/D60739 llvm-svn: 358720 |