[PATCH] D79313: [clangd] NFC: Cleanup unused headers and libraries

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 5 02:06:39 PDT 2020


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

Thanks  for picking this up!



================
Comment at: clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt:2
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../)
-include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
 
----------------
It might make sense to keep this one for consistency even if we don't include any of clangd's generated headers today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79313





More information about the cfe-commits mailing list