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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to