malaperle added a comment. In https://reviews.llvm.org/D35894#903542, @ilya-biryukov wrote:
> In https://reviews.llvm.org/D35894#895023, @Nebiroth wrote: > > > I would like some feedback/suggestions on whether it's possible to "append" > > information to a MarkedString to be displayed on client? > > > You mean append **after** returning `MarkedString` to the client? I don't > think that's possible. > Under what circumstances this could be useful? In general, it seems > perfectly fine if we send the whole description+documentation right away. I think he meant to have multiple sections in the hover, one C/C++ and one not. But we noticed you can have an array of MarkedString in Hover so it should be fine. https://reviews.llvm.org/D35894 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits