[all-commits] [llvm/llvm-project] 773ea1: [AST] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Dec 28 22:53:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 773ea16eba53c6ce34b458de6a3a3a1fa7ddafc5
https://github.com/llvm/llvm-project/commit/773ea16eba53c6ce34b458de6a3a3a1fa7ddafc5
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M mlir/include/mlir/Tools/PDLL/AST/Types.h
Log Message:
-----------
[AST] Fix a warning
This patch fixes:
mlir/include/mlir/Tools/PDLL/AST/Types.h:54:3: error: definition of
implicit copy assignment operator for 'Type' is deprecated because
it has a user-declared copy constructor [-Werror,-Wdeprecated-copy]
More information about the All-commits
mailing list