aaron.ballman added a comment.

Ping?

FWIW, this patch almost caught a bug in LLVM. ;-) DependenceAnalysis.h has a 
class: FullDependence which would suffer from this problem if the Dependence 
base class did not accidentally suppress creation of the move constructor by 
defaulting only the copy constructor. (Separate patch forthcoming.) I think 
that may be a reasonable option for this patch to test for, but wasn't quite 
certain. What do others think?

~Aaron


http://reviews.llvm.org/D11784



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

Reply via email to