[PATCH] D23453: Add a c2x language mode

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 10:02:07 PDT 2016


majnemer added a subscriber: majnemer.

================
Comment at: include/clang/Frontend/LangStandards.def:94
@@ -93,1 +93,3 @@
 
+// C2X modes
+LANGSTANDARD(c2x, "c2x",
----------------
Should this be C2x instead of C2X?


https://reviews.llvm.org/D23453





More information about the cfe-commits mailing list