[PATCH] D22803: [clang-tidy] Fix an unused-using-decl false positive about template arguments infunction call expression.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 08:54:17 PDT 2016
hokein updated this revision to Diff 66131.
hokein added a comment.
Use new ast matchers to simplify the code.
Updating D22803: [clang-tidy] Fix an unused-using-decl false positive about template arguments in
=================================================================================================
function call expression.
https://reviews.llvm.org/D22803
Files:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp
test/clang-tidy/Inputs/unused-using-decls.h
test/clang-tidy/misc-unused-using-decls.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22803.66131.patch
Type: text/x-patch
Size: 4191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160729/0867a3d1/attachment-0001.bin>
More information about the cfe-commits
mailing list