[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
Tue Jul 26 05:34:00 PDT 2016
hokein created this revision.
hokein added reviewers: alexfh, djasper.
hokein added a subscriber: cfe-commits.
The check doesn't mark the template argument as used when the template
argument is a template.
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.65500.patch
Type: text/x-patch
Size: 4645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160726/3e3b3bf3/attachment.bin>
More information about the cfe-commits
mailing list