[all-commits] [llvm/llvm-project] b57d62: [Clang][NFC] Apply Rule of Three to AttrScopedAttr...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Thu Mar 5 17:11:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b57d62c15d9bac4b6b2488e7998631081aef88f7
https://github.com/llvm/llvm-project/commit/b57d62c15d9bac4b6b2488e7998631081aef88f7
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M clang/include/clang/AST/ASTStructuralEquivalence.h
Log Message:
-----------
[Clang][NFC] Apply Rule of Three to AttrScopedAttrEquivalenceContext (#184905)
Static analysis flagged AttrScopedAttrEquivalenceContext as having a
user defined destructor but not having copy ctor or copy assignment. I
set them as deleted since they are not needed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list