[clang-tools-extra] [clangd] Collect comments from function definitions into the index (PR #67802)
Christian Kandeler via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 20 01:59:05 PDT 2024
================
@@ -451,8 +451,17 @@ const RawComment *ASTContext::getRawCommentForAnyRedecl(
if (LastCheckedRedecl) {
if (LastCheckedRedecl == Redecl) {
LastCheckedRedecl = nullptr;
+ continue;
----------------
ckandeler wrote:
Done.
https://github.com/llvm/llvm-project/pull/67802
More information about the cfe-commits
mailing list