[PATCH] Enhance CFG to model C++ new more precisely

Karthik Bhat kv.bhat at samsung.com
Mon Jan 13 02:26:08 PST 2014


  Hi Jordan,
  Implemented review comments. Added  flag in CFG::BuildOptions(AddCXXNewAllocator) enabled by default currently which adds CFGNewAllocator node.
  Please let me know if this looks ok. Passes regression in debug and release mode.
  Thanks
  Karthik Bhat

Hi jordan_rose,

http://llvm-reviews.chandlerc.com/D2423

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2423?vs=6405&id=6429#toc

Files:
  lib/Analysis/CFG.cpp
  lib/Analysis/AnalysisDeclContext.cpp
  lib/Sema/AnalysisBasedWarnings.cpp
  lib/StaticAnalyzer/Core/PathDiagnostic.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  test/Analysis/cfg.cpp
  include/clang/Analysis/CFG.h
  include/clang/Analysis/AnalysisContext.h
  include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2423.5.patch
Type: text/x-patch
Size: 14099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140113/6fc75b9f/attachment.bin>


More information about the cfe-commits mailing list