Re: [PATCH] D20354: [include-fixer] Ignore non-scoped enum declaration during search.

2016-05-18 Thread Haojian Wu via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269890: [include-fixer] Ignore non-scoped enum declaration during search. (authored by hokein). Changed prior to commit: http://reviews.llvm.org/D20354?vs=57572&id=57577#toc Repository: rL LLVM http

Re: [PATCH] D20354: [include-fixer] Ignore non-scoped enum declaration during search.

2016-05-18 Thread Benjamin Kramer via cfe-commits
bkramer accepted this revision. bkramer added a comment. This revision is now accepted and ready to land. lg Comment at: include-fixer/SymbolIndexManager.cpp:45 @@ +44,3 @@ + while (IdentiferContext != Names.rend() && + SymbolContext != Symbol.getContexts().end(