[all-commits] [llvm/llvm-project] 5ebff1: [NFC][Clang] Fix Coverity issues of copy without a...
smanna12 via All-commits
all-commits at lists.llvm.org
Sun May 14 19:57:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ebff1ac1b986c6b5317aaf5ab6c4830a711067a
https://github.com/llvm/llvm-project/commit/5ebff1ac1b986c6b5317aaf5ab6c4830a711067a
Author: Manna, Soumi <soumi.manna at intel.com>
Date: 2023-05-14 (Sun, 14 May 2023)
Changed paths:
M clang/include/clang/Analysis/BodyFarm.h
M clang/include/clang/Sema/ParsedAttr.h
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
Log Message:
-----------
[NFC][Clang] Fix Coverity issues of copy without assign
This patch adds missing copy/move assignment operator to the class which has user-defined copy/move constructor.
Reviewed By: tahonermann
Differential Revision: https://reviews.llvm.org/D149718
More information about the All-commits
mailing list