[PATCH] D18123: Fix implicit copy ctor and copy assignment operator warnings when -Wdeprecated passed.

don hinton via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 13 13:38:04 PDT 2016


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





More information about the cfe-commits mailing list