[PATCH] D66195: Move to C++14

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 22:17:00 PDT 2019


jfb created this revision.
Herald added subscribers: llvm-commits, dexonsmith, jkorous, mgorny.
Herald added a project: LLVM.

I just bumped the minimum compiler versions to support C++14 in D66188 <https://reviews.llvm.org/D66188>.

Following our process <http://llvm.org/docs/DeveloperPolicy.html#toolchain> and our previous agreement <http://lists.llvm.org/pipermail/llvm-dev/2019-January/129452.html>, I'm now officially bumping the C++ version to 14 and updating the documentation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66195

Files:
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/docs/CodingStandards.rst
  llvm/include/llvm/Support/Compiler.h
  llvm/include/llvm/Support/type_traits.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66195.215025.patch
Type: text/x-patch
Size: 8699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/62ca8144/attachment.bin>


More information about the llvm-commits mailing list