aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorYounan Zhang <zyn7109@gmail.com>2024-06-27 18:49:58 +0800
committerGitHub <noreply@github.com>2024-06-27 18:49:58 +0800
commit2a948d11c0540004dc906d948bac58398bafe928 (patch)
treeeead9665ff04924abd12194602698bb5253ef94d /clang/docs
parent204c403b5215197ecdbdb68ca7f11402d6d9892b (diff)
downloadllvm-2a948d11c0540004dc906d948bac58398bafe928.zip
llvm-2a948d11c0540004dc906d948bac58398bafe928.tar.gz
llvm-2a948d11c0540004dc906d948bac58398bafe928.tar.bz2
[Clang][AST] Let DeclPrinter print trailing requires expressions for template parameters (#96864)
As discussed in https://github.com/llvm/llvm-project/pull/96084#discussion_r1654629993, it would be nice to present these trailing constraints on template parameters when printing CTAD decls through a DeclPrinter.
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index df579ae..da967fc 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -115,6 +115,7 @@ AST Dumping Potentially Breaking Changes
----------------------------------------
- The text ast-dumper has improved printing of TemplateArguments.
+- The text decl-dumper prints template parameters' trailing requires expressions now.
Clang Frontend Potentially Breaking Changes
-------------------------------------------