[PATCH] D36390: Fix overloaded static functions in SemaCodeComplete
Cameron via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 12:10:18 PST 2017
cameron314 added inline comments.
================
Comment at: cfe/trunk/lib/Sema/SemaOverload.cpp:6396
} else {
AddTemplateOverloadCandidate(FunTmpl, F.getPair(),
ExplicitTemplateArgs, Args,
----------------
The same slice that was added above needs to be done here for templated static methods that are accessed via a non-static object.
Repository:
rL LLVM
https://reviews.llvm.org/D36390
More information about the cfe-commits
mailing list