summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/traversal-begin-end-function.c
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-191-0/+22
Add a checker callback that is called when the analyzer starts analyzing a function either at the top level or when inlined. This will be used by a follow-on patch making the DeallocChecker path sensitive. Differential Revision: http://reviews.llvm.org/D17418 llvm-svn: 261293
OpenPOWER on IntegriCloud