Displaying 2 results from an estimated 2 matches for "8789a795".
2018 Mar 29
0
Compilation issues
I’ll fix the bogus `std::move`. That being said, how up to date is your checkout of clang-tools-extra?
> On Mar 29, 2018, at 00:31, vit9696 <vit9696 at avp.su> wrote:
>
> Hi,
>
> Thanks for a quick reply. I included the compilation log in the attachment for clarity. Just in case the compiler is the latest clang from Xcode 9.2.
>
> $ clang --version
> Apple LLVM
2018 Mar 29
4
Compilation issues
Hello,
May I ask anyone responsible to either fix or revert r326109 and r326110, which effectively broke LLVM compilation with clang?
Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64