[Clang] Fix Static Code Analysis Concerns with copy without assign
authorManna, Soumi <soumi.manna@intel.com>
Thu, 22 Jun 2023 19:30:01 +0000 (12:30 -0700)
committerManna, Soumi <soumi.manna@intel.com>
Thu, 22 Jun 2023 19:36:26 +0000 (12:36 -0700)
commit11528fceac6bb8a8d11749fb5ec5ea1baf27b1d1
treedc3ab6c1a9c4849414877a37f73ffbdea556f168
parent82a61523443ccfeb4302556f58b0427afb7c474f
[Clang] Fix Static Code Analysis Concerns with copy without assign

This patch adds missing assignment operator to the class which has user-defined copy constructor.

Reviewed By: tahonermann, aaronpuchert

Differential Revision: https://reviews.llvm.org/D150931
clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h