Re: [PATCH] D20372: [include-fixer] Also look up prefixes of queries.

2016-05-18 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269956: [include-fixer] Also look up prefixes of queries. (authored by d0k). Changed prior to commit: http://reviews.llvm.org/D20372?vs=57635=57642#toc Repository: rL LLVM

Re: [PATCH] D20372: [include-fixer] Also look up prefixes of queries.

2016-05-18 Thread Haojian Wu via cfe-commits
hokein accepted this revision. hokein added a comment. This revision is now accepted and ready to land. LGTM. http://reviews.llvm.org/D20372 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D20372: [include-fixer] Also look up prefixes of queries.

2016-05-18 Thread Benjamin Kramer via cfe-commits
bkramer created this revision. bkramer added reviewers: hokein, ioeric. bkramer added a subscriber: cfe-commits. This is used to find nested classes. For a nested name foo::bar::qux we will first look up foo::bar::qux, then foo::bar, then foo unless we find a result. This is used to support