summaryrefslogtreecommitdiffstats
path: root/clang/unittests/StaticAnalyzer/Reusables.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-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 Dergachev2019-07-011-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 Tamur2019-04-191-0/+5
| | | | llvm-svn: 358724
* [analyzer] NFC: Make reusable unittest mocks reusable.Artem Dergachev2019-04-181-0/+58
Put them in a header for other Analyzer unittests to include. Differential Revision: https://reviews.llvm.org/D60739 llvm-svn: 358720
OpenPOWER on IntegriCloud