[PATCH] D150931: [NFC][Clang][Coverity] Fix Static Code Analysis Concerns with copy without assign

Soumi Manna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 21:03:55 PDT 2023


Manna created this revision.
Manna added a reviewer: tahonermann.
Herald added a subscriber: steakhal.
Herald added a reviewer: NoQ.
Herald added a project: All.
Manna requested review of this revision.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150931

Files:
  clang/include/clang/AST/TemplateBase.h
  clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150931.523648.patch
Type: text/x-patch
Size: 11204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230519/19969a06/attachment-0001.bin>


More information about the cfe-commits mailing list