llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker
Artem Dergachev 07c7257cdc [analyzer] RetainCount: Fix os_returns_retained_on_zero with weird return types.
The checker was crashing when it was trying to assume a structure
to be null or non-null so that to evaluate the effect of the annotation.

Differential Revision: https://reviews.llvm.org/D61958

llvm-svn: 360790
2019-05-15 18:41:32 +00:00
..
RetainCountChecker.cpp [analyzer] RetainCount: Fix os_returns_retained_on_zero with weird return types. 2019-05-15 18:41:32 +00:00
RetainCountChecker.h [analyzer] [RetainCountChecker] Track input parameters to the top-level function 2019-01-29 19:29:59 +00:00
RetainCountDiagnostics.cpp Make some helper functions static. NFC. 2019-02-11 14:52:15 +00:00
RetainCountDiagnostics.h [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple ARCMT from the analyzer 2019-01-25 01:24:04 +00:00