diff options
author | Manna, Soumi <soumi.manna@intel.com> | 2023-05-15 05:58:52 -0700 |
---|---|---|
committer | Manna, Soumi <soumi.manna@intel.com> | 2023-05-15 06:03:47 -0700 |
commit | 292a6c1c2395f990bbde8d968825243e4fe9b954 (patch) | |
tree | 81a50b9908cc260bb6de376a1e68873f06ef539a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3060ee0c6adaf3015e39c90a0929029b8d368522 (diff) | |
download | llvm-292a6c1c2395f990bbde8d968825243e4fe9b954.zip llvm-292a6c1c2395f990bbde8d968825243e4fe9b954.tar.gz llvm-292a6c1c2395f990bbde8d968825243e4fe9b954.tar.bz2 |
Fix build error caused by https://reviews.llvm.org/D149718
The patch(https://reviews.llvm.org/D149718) broke buildbot
../../clang/include/clang/Sema/ParsedAttr.h:705:18: error: explicitly defaulted move assignment operator is implicitly deleted [-Werror,-Wdefaulted-function-deleted]
AttributePool &operator=(AttributePool &&pool) = default;
^
../../clang/include/clang/Sema/ParsedAttr.h:674:21: note: move assignment operator of 'AttributePool' is implicitly deleted because field 'Factory' is of reference type 'clang::AttributeFactory &'
AttributeFactory &Factory;
^
1 error generated.
This patch fixes the build error.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions