[PATCH] [Clang SA] Fix double delete warning reported at wrong location.

Jordan Rose jordan_rose at apple.com
Fri Jan 3 09:29:48 PST 2014


  I'm still concerned about getPrevStmt(). It seems like a heavy solution for a problem we know how to solve: we have a PreImplicitCall point and we could use getLocationForCaller() to get the actual location we want. Other than that this looks good.

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



More information about the cfe-commits mailing list