[PATCH] D41406: [analyzer] Add a new checker callback, check::NewAllocator.

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 15:47:43 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC322787: [analyzer] operator new: Add a new checker callback, check::NewAllocator. (authored by dergachev, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41406?vs=129369&id=130304#toc

Repository:
  rC Clang

https://reviews.llvm.org/D41406

Files:
  include/clang/StaticAnalyzer/Core/Checker.h
  include/clang/StaticAnalyzer/Core/CheckerManager.h
  lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  lib/StaticAnalyzer/Core/CheckerManager.cpp
  lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  test/Analysis/NewDelete-custom.cpp
  test/Analysis/new-ctor-malloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41406.130304.patch
Type: text/x-patch
Size: 21177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180117/af356f41/attachment-0001.bin>


More information about the cfe-commits mailing list