erichkeane added inline comments.
================ Comment at: lib/Sema/SemaLookup.cpp:870 + DeclarationName::CXXConversionFunctionName && + R.getLookupName().getCXXNameType()->getContainedDeducedType() && + R.getLookupName() ---------------- rsmith wrote: > Maybe only call this once? Sure, I'll extract this into a variable above the if statement before committing. https://reviews.llvm.org/D34370 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits