[PATCH] D75414: [clangd] Resolve driver symlinks, and look up unknown relative drivers in PATH.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 07:02:46 PDT 2020


sammccall updated this revision to Diff 266861.
sammccall marked an inline comment as done.
sammccall added a comment.

Handle -no-canonical-prefixes
Make memoize map-like instead of functor-like
Address other comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75414

Files:
  clang-tools-extra/clangd/ClangdLSPServer.cpp
  clang-tools-extra/clangd/CompileCommands.cpp
  clang-tools-extra/clangd/CompileCommands.h
  clang-tools-extra/clangd/QueryDriverDatabase.cpp
  clang-tools-extra/clangd/support/Threading.h
  clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
  clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75414.266861.patch
Type: text/x-patch
Size: 15302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200528/c09b7129/attachment-0001.bin>


More information about the cfe-commits mailing list