hokein accepted this revision. hokein added a comment. This revision is now accepted and ready to land.
looks good. ================ Comment at: clangd/CodeComplete.cpp:721 + // would get 'std::basic_string<char>'). + if (auto Func = Candidate.getFunction()) { + if (auto Pattern = Func->getTemplateInstantiationPattern()) ---------------- nit: auto*, the same below. 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