[PATCH] D38639: [clangd] #include statements support for Open definition

William Enright via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 15:55:50 PST 2017


Nebiroth updated this revision to Diff 127617.
Nebiroth added a comment.

  Removed some useless inclusions
  Removed superfluous check when inserting data in map
  Moved addition to DeclarationLocations in finish() outside of DeclMacrosFinder
  Merged with revision 321087 (moved findDefinitions and findDocumentHighlights 


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D38639

Files:
  clangd/ClangdUnit.cpp
  clangd/ClangdUnit.h
  clangd/CodeComplete.cpp
  clangd/Protocol.h
  clangd/XRefs.cpp
  unittests/clangd/ClangdTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38639.127617.patch
Type: text/x-patch
Size: 18017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171219/e7b8863b/attachment.bin>


More information about the cfe-commits mailing list