[clang] 116a1ae - Fix Clang Sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 7 05:54:52 PDT 2023


Author: Aaron Ballman
Date: 2023-10-07T08:54:32-04:00
New Revision: 116a1aeff5ea680283d02226762095ff00647f04

URL: https://github.com/llvm/llvm-project/commit/116a1aeff5ea680283d02226762095ff00647f04
DIFF: https://github.com/llvm/llvm-project/commit/116a1aeff5ea680283d02226762095ff00647f04.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 ea737fdb5fdad15..078d697d8465242 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -71,10 +71,12 @@ C++ Specific Potentially Breaking Changes
   (`#49884 <https://github.com/llvm/llvm-project/issues/49884>`_), and
   (`#61273 <https://github.com/llvm/llvm-project/issues/61273>`_)
 
-- The `ClassScopeFunctionSpecializationDecl` AST node has been removed. Dependent class scope
-explicit function template specializations now use `DependentFunctionTemplateSpecializationInfo`
-to store candidate primary templates and explicit template arguments. This should not impact users
-of Clang as a compiler, but it may break assumptions in Clang-based tools iterating over the AST.
+- The `ClassScopeFunctionSpecializationDecl` AST node has been removed.
+  Dependent class scope explicit function template specializations now use
+  `DependentFunctionTemplateSpecializationInfo` to store candidate primary
+  templates and explicit template arguments. This should not impact users of
+  Clang as a compiler, but it may break assumptions in Clang-based tools
+  iterating over the AST.
 
 ABI Changes in This Version
 ---------------------------


        


More information about the cfe-commits mailing list