[PATCH] D51689: [clangd] Dense posting lists proof-of-concept

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 6 05:34:12 PDT 2018


sammccall updated this revision to Diff 164191.
sammccall added a comment.

[Tooling] JSONCompilationDatabasePlugin infers compile commands for missing files

See the existing InterpolatingCompilationDatabase for details on how this works.
We've been using this in clangd for a while, the heuristics seem to work well.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51689

Files:
  clangd/index/dex/DexIndex.cpp
  clangd/index/dex/Iterator.cpp
  clangd/index/dex/Iterator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51689.164191.patch
Type: text/x-patch
Size: 9820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180906/2b4a82f2/attachment.bin>


More information about the cfe-commits mailing list