[PATCH] D139277: [clangd] Use all query-driver arguments in cache key

Mitch Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 4 10:54:46 PST 2022


ehntoo created this revision.
ehntoo added reviewers: kadircet, nridge.
ehntoo added a project: clang-tools-extra.
Herald added a subscriber: arphaman.
Herald added a project: All.
ehntoo requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.

Rework the cache key construction to consider all the arguments used when invoking the query driver.
https://github.com/clangd/clangd/issues/1403

This also reworks handling for -isysroot
https://github.com/clangd/clangd/issues/1404

And adds support for passing through -specs flags to the query driver
https://github.com/clangd/clangd/issues/1410


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139277

Files:
  clang-tools-extra/clangd/SystemIncludeExtractor.cpp
  clang-tools-extra/clangd/test/system-include-extractor.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139277.479933.patch
Type: text/x-patch
Size: 8543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221204/cdb774a5/attachment-0001.bin>


More information about the cfe-commits mailing list