[PATCH] D68590: [clangd] Improve hover support for Objective-C

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 7 14:05:54 PDT 2019


dgoldman created this revision.
dgoldman added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, jfb, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

- Instead of `AppDelegate::application:didFinishLaunchingWithOptions:` you will now see `-[AppDelegate application:didFinishLaunchingWithOptions:]`

- Also include support for Objective-C categories so you will see `Class(Category)` or `-[Class(Category) method]`


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D68590

Files:
  clangd/XRefs.cpp
  clangd/unittests/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68590.223646.patch
Type: text/x-patch
Size: 9658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191007/4b4402f1/attachment-0001.bin>


More information about the cfe-commits mailing list