[NFC][analyzer] Fix static analyzer concerns
CFGStmtMap frees resources in the destructor but doesn't have user-written copy c'tor or assignment operator, so copying it using default ones can cause double free. Reviewed By: cor3ntin Differential Revision: https://reviews.llvm.org/D156415
Loading
Please sign in to comment