diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2023-10-06 15:08:06 -0700 |
---|---|---|
committer | Jan Svoboda <jan_svoboda@apple.com> | 2023-10-06 15:08:06 -0700 |
commit | 28e8ade041d04ba1847d7b05f56b0b2632471169 (patch) | |
tree | 849a09882b8fa9dfdd9b3197b0a6998e38fef406 /clang/unittests/Basic/SourceManagerTest.cpp | |
parent | 7510f32f906ab4e583542eae2611b020f88629af (diff) | |
download | llvm-28e8ade041d04ba1847d7b05f56b0b2632471169.zip llvm-28e8ade041d04ba1847d7b05f56b0b2632471169.tar.gz llvm-28e8ade041d04ba1847d7b05f56b0b2632471169.tar.bz2 |
[clang] Fix build after 537344fc
This fixes the following build failure on lldb-x86_64-debian:
/llvm-project/clang/lib/Serialization/ASTReader.cpp:1453:12: error: call to deleted constructor of 'llvm::Error'
return Err;
^~~
/llvm-project/llvm/include/llvm/Support/Error.h:189:3: note: 'Error' has been explicitly marked deleted here
Error(const Error &Other) = delete;
^
/llvm-project/llvm/include/llvm/Support/Error.h:496:18: note: passing argument to parameter 'Err' here
Expected(Error Err)
^
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions