Skip to content

Commit 0ca3053

Browse files
author
git apple-llvm automerger
committed
Merge commit 'aaa79a59317f' from llvm.org/main into next
2 parents 928b0c5 + aaa79a5 commit 0ca3053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ C++ Specific Potentially Breaking Changes
5151
parameter lists or requires-clauses. This causes mangled names to change for
5252
function templates in the following cases:
5353

54+
- When a template parameter in a function template depends on a previous
55+
template parameter, such as ``template<typename T, T V> void f()``.
5456
- When the function has any constraints, whether from constrained template
5557
parameters or requires-clauses.
5658
- When the template parameter list includes a deduced type -- either

0 commit comments

Comments
 (0)