[all-commits] [llvm/llvm-project] 1077a3: [Clang] Fix handling of using declarations in for ...

cor3ntin via All-commits all-commits at lists.llvm.org
Wed Jul 5 07:21:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1077a343911127452615c6f5441c121de06be6d5
      https://github.com/llvm/llvm-project/commit/1077a343911127452615c6f5441c121de06be6d5
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Parse/ParseStmt.cpp
    A clang/test/SemaCXX/cxx23-init-statement.cpp

  Log Message:
  -----------
  [Clang] Fix handling of using declarations in for loop init statements.

The type was never saved, and therefore never transformed
in dependent contexts.

Reviewed By: aaron.ballman, #clang-language-wg

Differential Revision: https://reviews.llvm.org/D154492




More information about the All-commits mailing list