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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to