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
 ---------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to