[PATCH] D21603: [include-fixer] Fix namespace after inserting a missing header.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 22 03:11:00 PDT 2016
hokein created this revision.
hokein added a subscriber: cfe-commits.
This is an initial version of fixing namespace issues by adding a missing
namespace prefix to an unidentified symbol.
This version only fixes the first discovered unidentified symbol
In the long run, include-fixer should fix all unidentfied symbols
with a same name at one run.
Currently, it works on command-line tool. The vim integration is not
implemented yet.
http://reviews.llvm.org/D21603
Files:
include-fixer/IncludeFixer.cpp
include-fixer/IncludeFixerContext.h
include-fixer/SymbolIndexManager.cpp
include-fixer/SymbolIndexManager.h
include-fixer/find-all-symbols/SymbolInfo.cpp
include-fixer/find-all-symbols/SymbolInfo.h
include-fixer/tool/ClangIncludeFixer.cpp
unittests/include-fixer/IncludeFixerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21603.61523.patch
Type: text/x-patch
Size: 20688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160622/318e2675/attachment-0001.bin>
More information about the cfe-commits
mailing list