[PATCH] D36532: Add -std=c++17

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 13:12:41 PDT 2017


hans added inline comments.


================
Comment at: include/clang/Frontend/LangStandards.def:113
+LANGSTANDARD(cxx17, "c++17",
+             CXX, "ISO C++ 2017",
              LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus1z |
----------------
rsmith wrote:
> Missing "with amendments" compared to the other languages. We already implement some DRs against c++17.
Thanks! I wasn't sure about that part.


https://reviews.llvm.org/D36532





More information about the cfe-commits mailing list