[PATCH] D26839: [analyzer] An attempt to fix pr19539 - crashes on temporaries life-extended via members
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 00:05:10 PST 2016
alexshap added inline comments.
================
Comment at: test/Analysis/lifetime-extension.cpp:11
+ int j[2];
+ S s;
+ A() : i(1) {
----------------
what is the role of S in this test ?
https://reviews.llvm.org/D26839
More information about the cfe-commits
mailing list