[PATCH] D66195: Move to C++14

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 18:44:44 PDT 2019


dexonsmith added a comment.

In D66195#1629514 <https://reviews.llvm.org/D66195#1629514>, @hans wrote:

> In D66195#1629329 <https://reviews.llvm.org/D66195#1629329>, @jfb wrote:
>
> > In D66195#1629120 <https://reviews.llvm.org/D66195#1629120>, @hans wrote:
> >
> > > Perhaps add a note in docs/ReleaseNotes.rst as well?
> >
> >
> > I can, but that seems odd: aren’t release notes for users of LLVM, not developers? In other words, what would someone reading this note take away from it, and do based on reading it?
>
>
> I think the releases are also used by folks doing various kinds of out-of-tree LLVM stuff, and this change might let them use C++14 in their code by default.


I agree with Hans that there should be an LLVM release note.  Another action for an LLVM user (who, to be clear, is a developer of an LLVM-based compiler) would be to update their host toolchain before trying to migrate to the newer LLVM version.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66195





More information about the llvm-commits mailing list