[PATCH] D94293: [clangd] automatically index STL

Christian Kühnel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 8 04:10:11 PST 2021


kuhnel added a comment.

@sammccall here the first implementation we talked about yesterday. This works well on my testing poject that has a compile_commands.json. It does not work without one.

Also I'm not really happy with the design as I haven't really found a good place to store the generated header file.

Should we look into implementing a separate Index to only handle the STL?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94293



More information about the cfe-commits mailing list