[PATCH] D34370: Fix for Bug 33471: Preventing operator auto from resolving to a template operator.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 20 09:29:40 PDT 2017
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Looks good, thanks!
================
Comment at: lib/Sema/SemaLookup.cpp:870
+ DeclarationName::CXXConversionFunctionName &&
+ R.getLookupName().getCXXNameType()->getContainedDeducedType() &&
+ R.getLookupName()
----------------
Maybe only call this once?
https://reviews.llvm.org/D34370
More information about the cfe-commits
mailing list