[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
================
@@ -202,7 +218,8 @@ deleteTokensWithKind(const syntax::TokenBuffer &TokBuf, tok::TokenKind Kind,
llvm::Expected<std::string>
getFunctionSourceCode(const FunctionDecl *FD, const DeclContext *TargetContext,
const syntax::TokenBuffer &TokBuf,
- const HeuristicResolver *Resolver) {
+ const HeuristicResolver *Resolver,
+ bool targetFileIsHeader) {
----------------
HighCommander4 wrote:
nit: please use UpperCamelCase per project convention
https://github.com/llvm/llvm-project/pull/112345
More information about the cfe-commits
mailing list