Re: [PATCH] D20367: [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.

2016-05-18 Thread Aaron Ballman via cfe-commits
aaron.ballman added a subscriber: aaron.ballman. aaron.ballman accepted this revision. aaron.ballman added a reviewer: aaron.ballman. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM! http://reviews.llvm.org/D20367 __

[PATCH] D20367: [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.

2016-05-18 Thread Haojian Wu via cfe-commits
hokein created this revision. hokein added a reviewer: alexfh. hokein added a subscriber: cfe-commits. http://reviews.llvm.org/D20367 Files: clang-tidy/misc/UnusedUsingDeclsCheck.cpp Index: clang-tidy/misc/UnusedUsingDeclsCheck.cpp ==

Re: [PATCH] D20367: [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.

2016-05-18 Thread Haojian Wu via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269928: [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher. (authored by hokein). Changed prior to commit: http://reviews.llvm.org/D20367?vs=57616&id=57619#toc Repository: rL LLVM ht