D47187: [clangd] Skip .inc headers when canonicalizing header #include.

Marc-André Laperle via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 08:55:15 PDT 2018


I think this might have broken the "shared lib" build? Could you double check that you don't need to add "clangDriver" ?

../tools/clang/tools/extra/clangd/index/CanonicalIncludes.cpp:61: error: undefined reference to 'clang::driver::types::lookupTypeForExtension(llvm::StringRef)'
../tools/clang/tools/extra/clangd/index/CanonicalIncludes.cpp:63: error: undefined reference to 'clang::driver::types::onlyPrecompileType(clang::driver::types::ID)'


Thanks!

________________________________
From: cfe-commits <cfe-commits-bounces at lists.llvm.org> on behalf of Eric Liu via Phabricator via cfe-commits <cfe-commits at lists.llvm.org>
Sent: Thursday, May 24, 2018 10:44:26 AM
To: ioeric at google.com; sammccall at google.com
Cc: maskray at google.com; llvm-commits at lists.llvm.org; cfe-commits at lists.llvm.org
Subject: [PATCH] D47187: [clangd] Skip .inc headers when canonicalizing header #include.

This revision was automatically updated to reflect the committed changes.
Closed by commit rL333188: [clangd] Skip .inc headers when canonicalizing header #include. (authored by ioeric, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D47187

Files:
  clang-tools-extra/trunk/clangd/index/CanonicalIncludes.cpp
  clang-tools-extra/trunk/clangd/index/CanonicalIncludes.h
  clang-tools-extra/trunk/clangd/index/SymbolCollector.cpp
  clang-tools-extra/trunk/unittests/clangd/SymbolCollectorTests.cpp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/f7a28091/attachment.html>


More information about the llvm-commits mailing list