[clang] efae1a7 - [docs] clang.rst: gnu++14 => gnu++17
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 29 00:15:29 PDT 2022
Author: Fangrui Song
Date: 2022-10-29T00:15:24-07:00
New Revision: efae1a7cf06bd71f7ec6e8dc9e5c2b085150a451
URL: https://github.com/llvm/llvm-project/commit/efae1a7cf06bd71f7ec6e8dc9e5c2b085150a451
DIFF: https://github.com/llvm/llvm-project/commit/efae1a7cf06bd71f7ec6e8dc9e5c2b085150a451.diff
LOG: [docs] clang.rst: gnu++14 => gnu++17
Added:
Modified:
clang/docs/CommandGuide/clang.rst
Removed:
################################################################################
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst
index 5e344ec702777..7277b598f0cad 100644
--- a/clang/docs/CommandGuide/clang.rst
+++ b/clang/docs/CommandGuide/clang.rst
@@ -201,7 +201,7 @@ Language Selection and Mode Options
Working draft for ISO C++ 2023 with GNU extensions
- The default C++ language standard is ``gnu++14``.
+ The default C++ language standard is ``gnu++17``.
Supported values for the OpenCL language are:
More information about the cfe-commits
mailing list