[clang] 4c8f2b0 - [clang][NFC] Remove trailing whitespace in release note
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 23 17:40:32 PDT 2023
Author: Louis Dionne
Date: 2023-10-23T17:40:20-07:00
New Revision: 4c8f2b01470d38f0757f2404dbb0f0335ac331db
URL: https://github.com/llvm/llvm-project/commit/4c8f2b01470d38f0757f2404dbb0f0335ac331db
DIFF: https://github.com/llvm/llvm-project/commit/4c8f2b01470d38f0757f2404dbb0f0335ac331db.diff
LOG: [clang][NFC] Remove trailing whitespace in release note
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 88a91a9d52146c0..65c1c07e3ded9f6 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -105,7 +105,7 @@ C++ Specific Potentially Breaking Changes
error in the next Clang release.
- The flag `-fdelayed-template-parsing` won't be enabled by default with C++20
- when targetting MSVC to match the behavior of MSVC.
+ when targetting MSVC to match the behavior of MSVC.
(`MSVC Docs <https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-170>`_)
ABI Changes in This Version
More information about the cfe-commits
mailing list