[PATCH] D146941: [clangd] Use all inputs to SystemIncludeExtractor in cache key

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 01:06:48 PDT 2023


nridge accepted this revision.
nridge added a comment.
This revision is now accepted and ready to land.

Thanks!

Do you have any thoughts on merging D147905 <https://reviews.llvm.org/D147905> first, with a view to backporting D147905 <https://reviews.llvm.org/D147905> to the 16.x branch?



================
Comment at: clang-tools-extra/clangd/SystemIncludeExtractor.cpp:81
+struct DriverArgs {
+  // Name of the driver prgoram to execute or absolute path to it.
+  std::string Driver;
----------------
nit: typo ("prgoram")


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146941



More information about the cfe-commits mailing list