[clang] [clang-tools-extra] [clangd] Collect comments from function definitions into the index (PR #67802)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 19 23:26:08 PDT 2024


================
@@ -451,8 +451,17 @@ const RawComment *ASTContext::getRawCommentForAnyRedecl(
     if (LastCheckedRedecl) {
       if (LastCheckedRedecl == Redecl) {
         LastCheckedRedecl = nullptr;
+        continue;
----------------
HighCommander4 wrote:

The fix for #108145 has merged now, so let's go ahead and drop this hunk

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


More information about the cfe-commits mailing list