diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2019-03-29 22:27:10 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2019-03-29 22:27:10 +0000 |
commit | 53a5952a9318c410964e1ca38737e8a28c015eea (patch) | |
tree | 21e8d251cbf447987085a30bf1ec566d80567006 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6b39f10a00c07bae84d7458e6a616351017bb7c0 (diff) | |
download | llvm-53a5952a9318c410964e1ca38737e8a28c015eea.zip llvm-53a5952a9318c410964e1ca38737e8a28c015eea.tar.gz llvm-53a5952a9318c410964e1ca38737e8a28c015eea.tar.bz2 |
Try to fix buildbot error
Error is:
llvm/lib/Analysis/ScalarEvolution.cpp:3534:10: error: chosen constructor is explicit in copy-initialization
return {UniqueSCEVs.FindNodeOrInsertPos(ID, IP), std::move(ID), IP};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/aarch64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple:479:19: note: explicit constructor declared here
constexpr tuple(_UElements&&... __elements)
^
1 error generated.
llvm-svn: 357324
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions