[PATCH] D14736: [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambdas as escaped.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 27 00:11:37 PST 2015


xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.

In the meantime I realized dead store analysis only works with local variables, so I think I answered my comment.

It was commited in r253630 <http://reviews.llvm.org/rL253630>.


http://reviews.llvm.org/D14736





More information about the cfe-commits mailing list