[PATCH] D52226: [clangd] Remove override result handling logic from clangd

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 18 03:32:21 PDT 2018


kadircet created this revision.
kadircet added reviewers: ioeric, ilya-biryukov.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay.
kadircet added a dependency: D52225: [clang] Implement Override Suggestions in Sema..

Since we plan to move handling of override suggestions to Sema with
https://reviews.llvm.org/D52225 this patch just makes sure clangd-side has no logic related to that
anymore and updates tests.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52226

Files:
  clangd/CodeComplete.cpp
  unittests/clangd/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52226.165922.patch
Type: text/x-patch
Size: 9637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180918/fc5aeeda/attachment.bin>


More information about the cfe-commits mailing list