[PATCH] D144546: [clang][dataflow] Fix assert for CXXConstructExpr argument number

2023-03-06 Thread Balázs Benics via Phabricator via cfe-commits
steakhal added a comment. FYI the release schedule is here: https://llvm.org/docs/HowToReleaseLLVM.html#annual-release-schedule Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144546/new/ https://reviews.llvm.org/D144546

[PATCH] D144546: [clang][dataflow] Fix assert for CXXConstructExpr argument number

2023-03-06 Thread Balázs Benics via Phabricator via cfe-commits
steakhal added a comment. In D144546#4171238 , @ymandel wrote: > In D144546#4167161 , @steakhal > wrote: > >> By looking at the title, I get the impression that this fixes an assertion >> violation. >> I also

[PATCH] D144546: [clang][dataflow] Fix assert for CXXConstructExpr argument number

2023-03-06 Thread Yitzhak Mandelbaum via Phabricator via cfe-commits
ymandel added a comment. In D144546#4167161 , @steakhal wrote: > By looking at the title, I get the impression that this fixes an assertion > violation. > I also observed that this commit is part of `main` but not part of > `release/16.x`, hence the

[PATCH] D144546: [clang][dataflow] Fix assert for CXXConstructExpr argument number

2023-03-03 Thread Balázs Benics via Phabricator via cfe-commits
steakhal added a comment. By looking at the title, I get the impression that this fixes an assertion violation. I also observed that this commit is part of `main` but not part of `release/16.x`, hence the `clang-16` would be released without this fix. I want to raise awareness of backporting

[PATCH] D144546: [clang][dataflow] Fix assert for CXXConstructExpr argument number

2023-02-24 Thread Paul Semel via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe6e753d173db: [clang][dataflow] Fix wrong assert for CXXConstructExpr (authored by paulsemel). Herald added a subscriber: cfe-commits. Repository: