[PATCH] D47073: Document and Enforce new Host Compiler Policy

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 10:06:56 PST 2018


jfb accepted this revision.
jfb added a comment.

At the dev meeting we talked about moving past C++11 around March 2019, with the caveat that we might slip a bit if major contributors felt it was too onerous for them. Some people want to move to C++14, other to C++17. It's unclear whether we'll move the language only, or the library as well. What's clear is that the build should incentivize people to move away from compilers that barely support C++11, because we're moving away soon. The versions you suggest are conservatively correct, and warning folks *now* seems desirable.

I think this is the right path forward, and we'll want to clarify things as March approaches.


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

https://reviews.llvm.org/D47073





More information about the llvm-commits mailing list