[PATCH] D37650: [continued] Add a way to get the CXCursor that corresponds to a completion result

Sven Brauch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 12:11:50 PST 2018


svenbrauch added a comment.

I know it breaks ABI compatiblity, I just don't know whether it needs to be kept (e.g. for clang-6.0). The alternative requires sorting by a separate index list which is a bit ugly (and slower). If you feel like working on it in the next few days that would of course be great, otherwise if it is clear that this solution doesn't work, I will pick it up again later. Thanks!


Repository:
  rC Clang

https://reviews.llvm.org/D37650





More information about the cfe-commits mailing list