[all-commits] [llvm/llvm-project] 2a948d: [Clang][AST] Let DeclPrinter print trailing requir...

Younan Zhang via All-commits all-commits at lists.llvm.org
Thu Jun 27 03:50:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a948d11c0540004dc906d948bac58398bafe928
      https://github.com/llvm/llvm-project/commit/2a948d11c0540004dc906d948bac58398bafe928
  Author: Younan Zhang <zyn7109 at gmail.com>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/DeclPrinter.cpp
    M clang/test/PCH/cxx2a-requires-expr.cpp

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list