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

Milian Wolff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 04:52:09 PST 2018


milianw requested changes to this revision.
milianw added a comment.
This revision now requires changes to proceed.

I'm pretty sure this is not ABI compatible. You change the size of `CXCompletionResult`, so when anyone is iterating over the array in `CXCompletionResults` it will break. If you don't want to, I can try to find some time to take this over again ;-)


Repository:
  rC Clang

https://reviews.llvm.org/D37650





More information about the cfe-commits mailing list