[PATCH] D36390: Fix overloaded static functions in SemaCodeComplete
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 7 06:25:54 PDT 2017
bkramer added inline comments.
================
Comment at: include/clang/Sema/Sema.h:2681
+ bool PartialOverloading = false,
+ bool ExtraFirstArgument = false);
void AddMethodCandidate(DeclAccessPair FoundDecl,
----------------
Shouldn't this be called with the new argument somehere? Otherwise it'll always be false.
https://reviews.llvm.org/D36390
More information about the cfe-commits
mailing list