llvm-project/clang/include/clang/StaticAnalyzer
George Karpenkov b945db8afc [analyzer] [NFC] Clean up the mess of constructing argument effects in RetainCountChecker
Previously, argument effects were stored in a method variable, which was
effectively global.
The global state was reset at each (hopefully) entrance point to the
summary construction,
and every function could modify it.

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

llvm-svn: 350057
2018-12-24 18:45:18 +00:00
..
Checkers Allow direct navigation to static analysis checker documentation through SARIF exports. 2018-12-20 20:20:20 +00:00
Core [analyzer] [NFC] Clean up the mess of constructing argument effects in RetainCountChecker 2018-12-24 18:45:18 +00:00
Frontend Allow direct navigation to static analysis checker documentation through SARIF exports. 2018-12-20 20:20:20 +00:00