[all-commits] [llvm/llvm-project] b4fbc4: [NFC][Clang][Coverity] Fix Static Code Analysis Co...
smanna12 via All-commits
all-commits at lists.llvm.org
Thu May 18 18:21:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4fbc4bdbf58b9cecc9c66e8b8d97d3cebb5a976
https://github.com/llvm/llvm-project/commit/b4fbc4bdbf58b9cecc9c66e8b8d97d3cebb5a976
Author: Manna, Soumi <soumi.manna at intel.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/Analysis/Analyses/Consumed.h
M clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
M clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
M clang/include/clang/Analysis/Support/BumpVector.h
M clang/include/clang/Rewrite/Core/RewriteRope.h
M clang/include/clang/Sema/Lookup.h
M clang/include/clang/Sema/ParsedAttr.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/EHScopeStack.h
M clang/lib/Sema/SemaAccess.cpp
M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
Log Message:
-----------
[NFC][Clang][Coverity] Fix Static Code Analysis Concerns with copy without assign
This patch adds copy/move assignment operator to the class which has user-defined copy/move constructor.
Reviewed By: tahonermann, NoQ, aaronpuchert
Differential Revision: https://reviews.llvm.org/D150411
More information about the All-commits
mailing list