[PATCH] D21603: [include-fixer] Fix namespace after inserting a missing header.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 05:14:36 PDT 2016


hokein added a comment.

In http://reviews.llvm.org/D21603#468717, @djasper wrote:

> Sorry, I completely forgot about this. Will try to review today. Is this part about the patch description accurate?


Yes, the description is accurate.

> Specifically, what needs to be implemented in vim to make this work?


We need a way to dump the mapping relationship between symbols and their headers, so that include-fixer can know which namespace prefix should be used when user selects a particular header in vim.


http://reviews.llvm.org/D21603





More information about the cfe-commits mailing list