[clang-tools-extra] [clangd] Let DefineOutline tweak handle member function templates (PR #112345)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 17 20:09:53 PST 2024


================
@@ -130,23 +129,40 @@ getFunctionSourceAfterReplacements(const FunctionDecl *FD,
     return QualifiedFunc.takeError();
 
   std::string TemplatePrefix;
+  auto AddToTemplatePrefixIfApplicable = [&](const Decl *D, bool append) {
----------------
HighCommander4 wrote:

nit: UpperCamelCase for `append`

https://github.com/llvm/llvm-project/pull/112345


More information about the cfe-commits mailing list