[PATCH] D105177: [clangd] Implemented indexing of standard library

Christian Kühnel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 10 03:50:44 PDT 2021


kuhnel updated this revision to Diff 365415.
kuhnel added a comment.

fixed a couple of bugs

- wrong usage of llvm::unique
- wrong usage of static pointer


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105177

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/FS.h
  clang-tools-extra/clangd/index/StdLib.cpp
  clang-tools-extra/clangd/index/StdLib.h
  clang-tools-extra/clangd/unittests/CMakeLists.txt
  clang-tools-extra/clangd/unittests/StdLibIndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105177.365415.patch
Type: text/x-patch
Size: 11628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210810/16092aed/attachment-0001.bin>


More information about the cfe-commits mailing list