[PATCH] D20909: [clang-tidy] Ignore function context in misc-unused-using-decls.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 07:19:44 PDT 2016
hokein created this revision.
hokein added a reviewer: alexfh.
hokein added a subscriber: cfe-commits.
Make the check's behavior more correct when handling using-decls in multiple scopes.
http://reviews.llvm.org/D20909
Files:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp
clang-tidy/misc/UnusedUsingDeclsCheck.h
test/clang-tidy/misc-unused-using-decls.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20909.59376.patch
Type: text/x-patch
Size: 3206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160602/03568100/attachment.bin>
More information about the cfe-commits
mailing list