[cfe-users] Error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] when building Boost 1.69.0

2018-12-24 Thread Osman Zakir via cfe-users
When I tried to build Boost with LLVM, I got the error mentioned in the title: "error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]". I've attached the project-config.jam file I used. And I've also sent an email to the Boost users mailing list about this. Anyway, i

Re: [cfe-users] [llvm-dev] Error: ISO C++17 does not allow 'register' storage class specifier [-Wregister], when building Boost 1.69.0

2018-12-24 Thread Craig Topper via cfe-users
This seems a better question for cfe-dev or cfe-users ~Craig On Sat, Dec 22, 2018 at 12:23 PM Osman Zakir via llvm-dev < llvm-...@lists.llvm.org> wrote: > When trying to build Boost using LLVM, I had this error: > " > error: ISO C++17 does not allow 'register' storage class specifier > [-Wregis

[cfe-users] misc-new-delete-overloads

2018-12-24 Thread Tom Hulton-Harrop via cfe-users
Hi there, Apologies if this is the wrong place to ask about this - if it is I'd be very grateful if you'd point me in the right direction :) I'm seeing the clang-tidy warning 'misc-new-delete-overloads' when using the two parameter version of class member delete, however when using the single par