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

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 12:48:17 PDT 2017


rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/clang/Frontend/LangStandards.def:113
+LANGSTANDARD(cxx17, "c++17",
+             CXX, "ISO C++ 2017",
              LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus1z |
----------------
Missing "with amendments" compared to the other languages. We already implement some DRs against c++17.


https://reviews.llvm.org/D36532





More information about the cfe-commits mailing list