[clang] 26e201b - [Clang] Fix error in Documentation introduced by 3784e8cc [nfc].
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 25 11:38:59 PDT 2022
Author: Corentin Jabot
Date: 2022-03-25T19:38:36+01:00
New Revision: 26e201b7968cf12e603ef648d1be660bb23f3a08
URL: https://github.com/llvm/llvm-project/commit/26e201b7968cf12e603ef648d1be660bb23f3a08
DIFF: https://github.com/llvm/llvm-project/commit/26e201b7968cf12e603ef648d1be660bb23f3a08.diff
LOG: [Clang] Fix error in Documentation introduced by 3784e8cc [nfc].
The documentation contained extra space.
Also remove https://github.com/llvm/llvm-project/issues/54296
from the list of issues by 3784e8cc as this commit did not
fix it (nor was it supposed to).
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 39499b79e34d4..9e7958918b2dc 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -84,11 +84,10 @@ Bug Fixes
Fixes `Issue 28985 <https://github.com/llvm/llvm-project/issues/28985>`_.
- Unevaluated lambdas in dependant contexts no longer result in clang crashing.
- This fixes Issues `50376 < https://github.com/llvm/llvm-project/issues/50376>`_,
- `54296 < https://github.com/llvm/llvm-project/issues/54296>`_,
- `51414 < https://github.com/llvm/llvm-project/issues/51414>`_,
- `51416 < https://github.com/llvm/llvm-project/issues/51416>`_,
- and `51641 < https://github.com/llvm/llvm-project/issues/51641>`_.
+ This fixes Issues `50376 <https://github.com/llvm/llvm-project/issues/50376>`_,
+ `51414 <https://github.com/llvm/llvm-project/issues/51414>`_,
+ `51416 <https://github.com/llvm/llvm-project/issues/51416>`_,
+ and `51641 <https://github.com/llvm/llvm-project/issues/51641>`_.
Improvements to Clang's diagnostics
More information about the cfe-commits
mailing list