[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17

H. Vetinari via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 29 01:10:18 PDT 2022


h-vetinari added a comment.

>From the text you quoted:

> LLVM subprojects are written using standard C++17

code and avoid unnecessary vendor-specific extensions.

I don't think the standard library can be called a vendor-specific extension, and so I think this still could/should be made clearer (even though the status links below would show upon inspection that there's no full support yet, but that's a bit too tucked away I feel).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130689



More information about the lldb-commits mailing list