ilya-biryukov added inline comments.
================ Comment at: clangd/CodeComplete.cpp:721 + // would get 'std::basic_string<char>'). + if (auto Func = Candidate.getFunction()) { + if (auto Pattern = Func->getTemplateInstantiationPattern()) ---------------- hokein wrote: > nit: auto*, the same below. Good catch, thanks! Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D50645 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits