[all-commits] [llvm/llvm-project] d93388: [Clang] Add test for CWG2285 "Issues with structur...

Yanzuo Liu via All-commits all-commits at lists.llvm.org
Thu Mar 6 22:17:12 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d933882ed369a68d118ca661488bb2c89028a2de
      https://github.com/llvm/llvm-project/commit/d933882ed369a68d118ca661488bb2c89028a2de
  Author: Yanzuo Liu <zwuis at outlook.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CXX/drs/cwg22xx.cpp
    M clang/test/Parser/cxx1z-decomposition.cpp
    M clang/www/cxx_dr_status.html

  Log Message:
  -----------
  [Clang] Add test for CWG2285 "Issues with structured bindings" (#126421)

The resolution of [CWG2285](https://wg21.link/cwg2285) adds the point of
declaration of a structured binding, and was implemented in
https://github.com/llvm/llvm-project/commit/bdb84f374cde7736ca68d5db2c2ecf5468346710
.

Drive-by changes: modify comment and diagnostic messages mentioned in
CWG2285.



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