[clang] [Clang] Implement the core language parts of P2786 - Trivial relocation (PR #127636)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 21:52:33 PST 2025


================
@@ -757,7 +757,7 @@ static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts,
     Builder.defineMacro("__cpp_explicit_this_parameter", "202110L");
   }
 
-  // We provide those C++23 features as extensions in earlier language modes, so
+  // We provide those C++2b features as extensions in earlier language modes, so
----------------
zyn0217 wrote:

Why c++2b?

https://github.com/llvm/llvm-project/pull/127636


More information about the cfe-commits mailing list