[PATCH] D85426: [clangd] Implement FileFilter for the indexer

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 6 05:12:21 PDT 2020


kbobyrev planned changes to this revision.
kbobyrev added a comment.

@sammccall This is the change I was talking about during the standup: the code looks legit, but `BackgroundIndexTests.IndexTwoFiles` fails because with the following code path in `Background.cpp`'s `FileFilter`:

  const auto *F = SM.getFileEntryForID(FID);
  if (!F)
    return false; // Skip invalid files.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85426/new/

https://reviews.llvm.org/D85426



More information about the cfe-commits mailing list