NoQ marked an inline comment as done.
NoQ added inline comments.

================
Comment at: test/Analysis/lifetime-extension.cpp:11
+  int j[2];
+  S s;
+  A() : i(1) {
----------------
alexshap wrote:
> what is the role of S in this test ?
I copy-pasted this from the original bug report. The only purpose of S is to 
provide a non-trivial destructor. I also thought it'd be a nice twist to the 
test to make the destructor non-obvious, but it doesn't really matter. Removed.


https://reviews.llvm.org/D26839



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to