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

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 01:41:20 PDT 2018


ioeric created this revision.
ioeric added a reviewer: sammccall.
Herald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov, klimek.

This assumes that .inc files are supposed to be included via headers
that include them.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47187

Files:
  clangd/index/CanonicalIncludes.cpp
  clangd/index/CanonicalIncludes.h
  clangd/index/SymbolCollector.cpp
  unittests/clangd/SymbolCollectorTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47187.147962.patch
Type: text/x-patch
Size: 5236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180522/edcb7194/attachment.bin>


More information about the cfe-commits mailing list