[PATCH] D17418: [analyzer] Add checker callback for beginning of function.

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 17:39:52 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261293: [analyzer] Add checker callback for beginning of function. (authored by dcoughlin).

Changed prior to commit:
  http://reviews.llvm.org/D17418?vs=48406&id=48438#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17418

Files:
  cfe/trunk/include/clang/Analysis/ProgramPoint.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/Checker.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/CheckerManager.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
  cfe/trunk/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  cfe/trunk/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/CheckerManager.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/CoreEngine.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/ExprEngine.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  cfe/trunk/test/Analysis/traversal-begin-end-function.c
  cfe/trunk/test/Analysis/traversal-path-unification.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17418.48438.patch
Type: text/x-patch
Size: 16498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160219/60d92126/attachment-0001.bin>


More information about the cfe-commits mailing list