Skip to content

Commit 116a1ae

Browse files
committed
Fix Clang Sphinx build
1 parent 7b93611 commit 116a1ae

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ C++ Specific Potentially Breaking Changes
7171
(`#49884 <https://github.com/llvm/llvm-project/issues/49884>`_), and
7272
(`#61273 <https://github.com/llvm/llvm-project/issues/61273>`_)
7373

74-
- The `ClassScopeFunctionSpecializationDecl` AST node has been removed. Dependent class scope
75-
explicit function template specializations now use `DependentFunctionTemplateSpecializationInfo`
76-
to store candidate primary templates and explicit template arguments. This should not impact users
77-
of Clang as a compiler, but it may break assumptions in Clang-based tools iterating over the AST.
74+
- The `ClassScopeFunctionSpecializationDecl` AST node has been removed.
75+
Dependent class scope explicit function template specializations now use
76+
`DependentFunctionTemplateSpecializationInfo` to store candidate primary
77+
templates and explicit template arguments. This should not impact users of
78+
Clang as a compiler, but it may break assumptions in Clang-based tools
79+
iterating over the AST.
7880

7981
ABI Changes in This Version
8082
---------------------------

0 commit comments

Comments
 (0)