[analyzer] Warn about double-delete in C++ at the second delete...
...rather somewhere in the destructor when we try to access something and realize the object has already been deleted. This is necessary because the destructor is processed before the 'delete' itself. Patch by Karthik Bhat! llvm-svn: 198779
Loading
Please register or sign in to comment