summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-0/+2
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-3/+2
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-7/+8
* Updated to make use of the AST matcher instead of a custom matcher; NFC.Aaron Ballman2015-08-281-4/+0
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-5/+9
* [clang-tidy] Improve the misc-unused-alias-decl messageAlexander Kornienko2015-08-031-2/+3
* Replace callback-if with isExpansionInMainFile as suggested in postDaniel Jasper2015-08-031-6/+4
* Add misc-unused-alias-decls check that currently finds unused namespaceDaniel Jasper2015-07-311-0/+63
OpenPOWER on IntegriCloud