Haojian Wu
|
1bc05a681e
|
[clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.
Reviewers: alexfh, aaron.ballman
Subscribers: aaron.ballman, cfe-commits
Differential Revision: http://reviews.llvm.org/D20367
llvm-svn: 269928
|
2016-05-18 14:11:20 +00:00 |
Haojian Wu
|
47ea5424d2
|
[clang-tidy] Fix a template function false positive in misc-unused-using-decls check.
Summary: Ignore warning uninstantiated template function usages.
Reviewers: djasper, alexfh
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D20326
llvm-svn: 269906
|
2016-05-18 11:49:34 +00:00 |
Haojian Wu
|
7a4d510ccb
|
[clang-tidy] Ignore using-declarations defined in marcro in misc-unused-using-decls checks.
Reviewers: djasper
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D20197
llvm-svn: 269278
|
2016-05-12 10:00:49 +00:00 |
Haojian Wu
|
769eb0d5d5
|
Support variables and functions types in misc-unused-using-decls.
Summary: Fix PR27429.
Reviewers: djasper
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D20018
llvm-svn: 268917
|
2016-05-09 13:37:12 +00:00 |
Daniel Jasper
|
25e17df663
|
clang-tidy: [misc-unused-using-decls] Support template types.
This fixes llvm.org/PR27429.
llvm-svn: 266866
|
2016-04-20 09:48:56 +00:00 |
Daniel Jasper
|
a204c0ad18
|
clang-tidy: [misc-unused-using-decls] Always use the canonical decl to
identify things.
This fixes llvm.org/PR27430.
llvm-svn: 266864
|
2016-04-20 08:58:27 +00:00 |
Daniel Jasper
|
727fd1aeed
|
Initial version of misc-unused-using-decl check.
llvm-svn: 266735
|
2016-04-19 13:48:39 +00:00 |