[clang] 494bf26 - Add a link to the paper to a release note; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 7 08:10:37 PST 2025
Author: Aaron Ballman
Date: 2025-03-07T11:10:28-05:00
New Revision: 494bf26736f49db3a1932ef6067b2fc1737d78be
URL: https://github.com/llvm/llvm-project/commit/494bf26736f49db3a1932ef6067b2fc1737d78be
DIFF: https://github.com/llvm/llvm-project/commit/494bf26736f49db3a1932ef6067b2fc1737d78be.diff
LOG: Add a link to the paper to a release note; NFC
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7d443b4ee8a29..cf363d6af4583 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -111,9 +111,9 @@ C Language Changes
C2y Feature Support
^^^^^^^^^^^^^^^^^^^
-- Implemented N3411 which allows a source file to not end with a newline
- character. This is still reported as a conforming extension in earlier
- language modes.
+- Implemented `WG14 N3411 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3411.pdf>`_
+ which allows a source file to not end with a newline character. This is still
+ reported as a conforming extension in earlier language modes.
C23 Feature Support
^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list