summaryrefslogtreecommitdiffstats
path: root/clang-tidy/misc/UnusedUsingDeclsCheck.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Ignore function context in misc-unused-using-decls.Haojian Wu2016-06-031-0/+6
* [clang-tidy] Handle using-decls with more than one shadow decl.Haojian Wu2016-05-201-3/+12
* Support variables and functions types in misc-unused-using-decls.Haojian Wu2016-05-091-0/+2
* clang-tidy: [misc-unused-using-decls] Always use the canonical decl toDaniel Jasper2016-04-201-2/+2
* Initial version of misc-unused-using-decl check.Daniel Jasper2016-04-191-0/+41