hintonda added a comment.

LookupResult's copy ctor and assignment operator are used in 
Sema::LookupInlineAsmField().  Looks like these were added back in December.

I'll remove the defaults, from this patch, but not sure how to handle 
LookupInlineAsmField().  Will add author of that change.

OTOH, UnresolvedSetImpl requires an assignment operator since it's a base to 
UnresolvedSet which has an implicit assignment operator, so I think that change 
is correct.


http://reviews.llvm.org/D18123



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

Reply via email to