ilya-biryukov added a subscriber: simark.
ilya-biryukov added a comment.
Herald added a subscriber: arphaman.

A recent change (https://reviews.llvm.org/D49267) is another indication that 
caching might be doing more wrong than good. I assume the caching does not give 
us much performance-wise, we only request compile commands for file reparses 
and reparses tend to be slow and do lots of file system accesses anyway.
Maybe we should just disable it altogether. @sammccall, @simark, WDYT?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48071



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D48071: [clangd] Add... Ilya Biryukov via Phabricator via cfe-commits

Reply via email to