[PATCH] D131465: C++/ObjC++: switch to gnu++17 as the default standard

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 10:34:50 PDT 2022


aaron.ballman added a comment.

In D131465#3780717 <https://reviews.llvm.org/D131465#3780717>, @AaronLiu wrote:

> This cause a large amount failures in our testing with errors such as:
>
>   error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
>
>   error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]

Sorry to hear that. Who is "our" in this case and do you have a suggestion for how you'd like to proceed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131465/new/

https://reviews.llvm.org/D131465



More information about the cfe-commits mailing list