[PATCH] D53635: [CodeComplete] Expose InBaseClass signal in code completion results.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 03:35:37 PDT 2018


ioeric added a comment.

In https://reviews.llvm.org/D53635#1273904, @ilya-biryukov wrote:

> LG, but could we add a test for the new flag it by printing it in `PrintingCodeCompleteConsumer::ProcessCodeCompleteResults()` and adding corresponding tests to `clang/test/CodeCompletion`?
>
> Similar to how it's done for the `Hidden` flag in the results


Done. That was way easy (comparing to c-index-test). Thanks for the pointers!


Repository:
  rC Clang

https://reviews.llvm.org/D53635





More information about the cfe-commits mailing list