[PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr

Anna Zaks zaks.anna at gmail.com
Mon Sep 16 09:12:09 PDT 2013


  >I'm a bit reserved about calling ReportUseAfterFree with default Range in this case as it would report the warning at incorrect location >making it difficult to track the exact point of problem.

  On which location does it get reported? (It should be the correct location. The range just specifies which expression should be highlighted.)

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



More information about the cfe-commits mailing list