Skip to content

Commit 33dfd90

Browse files
committed
Fix sphinx bot build
1 parent df93c4f commit 33dfd90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ C++ Specific Potentially Breaking Changes
5050
account the possibility that functions could be overloaded on their template
5151
parameter lists or requires-clauses. This causes mangled names to change for
5252
function templates in the following cases:
53-
- When the function has any constraints, whether from constrained template
53+
54+
- When the function has any constraints, whether from constrained template
5455
parameters or requires-clauses.
55-
- When the template parameter list includes a deduced type -- either
56+
- When the template parameter list includes a deduced type -- either
5657
``auto``, ``decltype(auto)``, or a deduced class template specialization
5758
type.
58-
- When a template template parameter is given a template template argument
59+
- When a template template parameter is given a template template argument
5960
that has a different template parameter list.
61+
6062
This fixes a number of issues where valid programs would be rejected due to
6163
mangling collisions, or would in some cases be silently miscompiled. Clang
6264
will use the old manglings if ``-fclang-abi-compat=17`` or lower is

0 commit comments

Comments
 (0)