[clang] 0152669 - Fix Clang Sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 4 07:22:19 PDT 2023


Author: Aaron Ballman
Date: 2023-10-04T10:22:06-04:00
New Revision: 01526696717e0694b906ccab412f1ec5da2a574d

URL: https://github.com/llvm/llvm-project/commit/01526696717e0694b906ccab412f1ec5da2a574d
DIFF: https://github.com/llvm/llvm-project/commit/01526696717e0694b906ccab412f1ec5da2a574d.diff

LOG: Fix Clang Sphinx build

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 65bd5c8300ea387..ce63fbd386218e6 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -594,11 +594,11 @@ Static Analyzer
 
 - A few crashes have been found and fixed using randomized testing related
   to the use of ``_BitInt()`` in tidy checks and in clang analysis. See
- `#67212 <https://github.com/llvm/llvm-project/pull/67212>`_,
- `#66782 <https://github.com/llvm/llvm-project/pull/66782>`_,
- `#65889 <https://github.com/llvm/llvm-project/pull/65889>`_,
- `#65888 <https://github.com/llvm/llvm-project/pull/65888>`_, and
- `#65887 <https://github.com/llvm/llvm-project/pull/65887>`_
+  `#67212 <https://github.com/llvm/llvm-project/pull/67212>`_,
+  `#66782 <https://github.com/llvm/llvm-project/pull/66782>`_,
+  `#65889 <https://github.com/llvm/llvm-project/pull/65889>`_,
+  `#65888 <https://github.com/llvm/llvm-project/pull/65888>`_, and
+  `#65887 <https://github.com/llvm/llvm-project/pull/65887>`_
 
 .. _release-notes-sanitizers:
 


        


More information about the cfe-commits mailing list