[all-commits] [llvm/llvm-project] 7ab16f: [Sema] Update test for previous change

Ilya Biryukov via All-commits all-commits at lists.llvm.org
Fri Dec 22 04:33:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ab16fb5207fe187ab999f882069bd632d2e68e5
      https://github.com/llvm/llvm-project/commit/7ab16fb5207fe187ab999f882069bd632d2e68e5
  Author: Ilya Biryukov <ibiryukov at google.com>
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
    M clang/test/SemaCXX/paren-list-agg-init.cpp

  Log Message:
  -----------
  [Sema] Update test for previous change

The warning for C++20 extension does not fire in on specific instance
because conversion now fails as class is invalid because of an invalid
member.

The new behavior is expected, so updating the test accordingly




More information about the All-commits mailing list