Aaron Ballman
|
bf89109013
|
Using an early return as it is more clear; NFC.
llvm-svn: 246447
|
2015-08-31 15:28:57 +00:00 |
Aaron Ballman
|
ed5e4ef853
|
Updated to make use of the AST matcher instead of a custom matcher; NFC.
llvm-svn: 246325
|
2015-08-28 19:40:30 +00:00 |
Aaron Ballman
|
327e97bb37
|
Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct.
llvm-svn: 246318
|
2015-08-28 19:27:19 +00:00 |
Alexander Kornienko
|
2644cae3d5
|
[clang-tidy] Improve the misc-unused-alias-decl message
"this namespace alias decl is unused" -> "namespace alias decl '...' is unused"
llvm-svn: 243906
|
2015-08-03 22:02:08 +00:00 |
Daniel Jasper
|
cf452e5501
|
Replace callback-if with isExpansionInMainFile as suggested in post
commit review.
llvm-svn: 243871
|
2015-08-03 10:52:27 +00:00 |
Daniel Jasper
|
bb42b03021
|
Add misc-unused-alias-decls check that currently finds unused namespace
alias declarations. In the future, we might want to reuse it to also
fine unsed using declarations and such.
llvm-svn: 243754
|
2015-07-31 16:08:10 +00:00 |