[all-commits] [llvm/llvm-project] 11528f: [Clang] Fix Static Code Analysis Concerns with cop...
smanna12 via All-commits
all-commits at lists.llvm.org
Thu Jun 22 12:36:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11528fceac6bb8a8d11749fb5ec5ea1baf27b1d1
https://github.com/llvm/llvm-project/commit/11528fceac6bb8a8d11749fb5ec5ea1baf27b1d1
Author: Manna, Soumi <soumi.manna at intel.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
Log Message:
-----------
[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
More information about the All-commits
mailing list