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

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 28 03:06:48 PDT 2016


djasper added a comment.

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

"This version only fixes the first discovered unidentified symbol.
In the long run, include-fixer should fix all unidentified symbols
with a same name at one run.

Currently, it works on command-line tool. The vim integration is not
implemented yet."

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


http://reviews.llvm.org/D21603





More information about the cfe-commits mailing list