[all-commits] [llvm/llvm-project] dee1f0: [LoopNest] Fix Wdeprecated-copy warnings
whitneywhtsang via All-commits
all-commits at lists.llvm.org
Tue Jun 8 07:48:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dee1f0cb348b0a56375d9b563fb4d6918c431ed1
https://github.com/llvm/llvm-project/commit/dee1f0cb348b0a56375d9b563fb4d6918c431ed1
Author: Whitney Tsang <whitneyt at ca.ibm.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M llvm/include/llvm/Analysis/LoopNestAnalysis.h
Log Message:
-----------
[LoopNest] Fix Wdeprecated-copy warnings
error: definition of implicit copy constructor for 'LoopNest' is
deprecated because it has a user-declared copy assignment operator
[-Werror,-Wdeprecated-copy]
LoopNest &operator=(const LoopNest &) = delete;
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D103752
More information about the All-commits
mailing list