[PATCH] D69308: [analyzer] Test cases for the unsupported features for Clang Static Analyzer
Daniel Krupp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 08:53:32 PST 2019
dkrupp added a comment.
In D69308#1727625 <https://reviews.llvm.org/D69308#1727625>, @NoQ wrote:
> Another interesting problem that we forgot to mention on the open projects page is the modeling of C++17 bindings and decompositions: https://bugs.llvm.org/show_bug.cgi?id=43042
>
> Also, in my opinion, out of all construction context problems mentioned on the open projects page, the NRVO problem is probably the easiest. It might as well be the least rewarding of them, but i think it is the friendliest possible problem to start with, as it doesn't force you to invent large new facilities.
Thanks. I will try to create a simple reproducer for this too and add this to the open projects page (in another patch).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69308/new/
https://reviews.llvm.org/D69308
More information about the cfe-commits
mailing list