[PATCH] D23453: Add a c2x language mode

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 10:25:26 PDT 2016


aaron.ballman marked an inline comment as done.

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


https://reviews.llvm.org/D23453





More information about the cfe-commits mailing list