summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: [misc-unused-using-decls] Support template types.Daniel Jasper2016-04-201-3/+7
| | | | | | This fixes llvm.org/PR27429. llvm-svn: 266866
* clang-tidy: [misc-unused-using-decls] Always use the canonical decl toDaniel Jasper2016-04-201-3/+5
| | | | | | | | identify things. This fixes llvm.org/PR27430. llvm-svn: 266864
* Initial version of misc-unused-using-decl check.Daniel Jasper2016-04-191-0/+73
llvm-svn: 266735
OpenPOWER on IntegriCloud