[clang] [analyzer] Add more C++ list initializer tests and regroup (PR #129182)

2025-03-18 Thread Michael Flanders via cfe-commits
Flandini wrote: Yes, I won't have time for it until probably this weekend or after though, so it will be a bit. https://github.com/llvm/llvm-project/pull/129182 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mai

[clang] [analyzer] Add more C++ list initializer tests and regroup (PR #129182)

2025-03-17 Thread Balazs Benics via cfe-commits
https://github.com/steakhal commented: Could you annotate the removed hunks with notes where are they tested now? I want to double check that no tests disappear. https://github.com/llvm/llvm-project/pull/129182 ___ cfe-commits mailing list cfe-commits@

[clang] [analyzer] Add more C++ list initializer tests and regroup (PR #129182)

2025-03-05 Thread Michael Flanders via cfe-commits
https://github.com/Flandini updated https://github.com/llvm/llvm-project/pull/129182 >From 6db1434c459854ca6ea631fc33e0f773323e85d0 Mon Sep 17 00:00:00 2001 From: Michael Flanders Date: Sun, 23 Feb 2025 13:09:39 -0600 Subject: [PATCH 1/2] [analyzer] Add more C++ list initializer tests and regr

[clang] [analyzer] Add more C++ list initializer tests and regroup (PR #129182)

2025-02-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michael Flanders (Flandini) Changes Related to #127702. I figured that if I change list initialization like mentioned in #127702, then I would want these tests anyways, so I am adding them first. This adds more test coverage of C++ list i

[clang] [analyzer] Add more C++ list initializer tests and regroup (PR #129182)

2025-02-27 Thread Michael Flanders via cfe-commits
https://github.com/Flandini created https://github.com/llvm/llvm-project/pull/129182 Related to #127702. I figured that if I change list initialization like mentioned in #127702, then I would want these tests anyways, so I am adding them first. This adds more test coverage of C++ list initial