Skip to content
Commit da2a58dd authored by Haojian Wu's avatar Haojian Wu
Browse files

[clang-tidy] Fix an unused-using-decl false positive about template arguments in

function call expression.

Summary:
The check doesn't mark the template argument as used when the template
argument is a template.

Reviewers: djasper, alexfh

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D22803

llvm-svn: 277444
parent 00adc413
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment