[PATCH] [analyzer][Review request] Fix for PR18394.

Антон Ярцев anton.yartsev at gmail.com
Fri Feb 28 04:22:08 PST 2014


  No, the problem remains. There is no node corresponding to CXXDeleteExpr in the CFG.
  The CFG for CXXDeleteExpr before reclaim is
  [DeclRefExpr, PostLValue] -> [DeclRefExpr] -> [ImplicitCastExpr, PostLoad] -> [ImplicitCastExpr] -> [CallEnter]

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



More information about the cfe-commits mailing list