[clang-tidy] Improve the misc-unused-alias-decl message
authorAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 22:02:08 +0000 (22:02 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 22:02:08 +0000 (22:02 +0000)
commit2644cae3d5708149df916ac60073d28dea87880e
treebcd67f29c46a72dc494d298d0a52a1e1ca2b28e9
parent95dd3cb0919b180e83b94a66cc5998ef3ff45d24
[clang-tidy] Improve the misc-unused-alias-decl message

"this namespace alias decl is unused" -> "namespace alias decl '...' is unused"

llvm-svn: 243906
clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.h
clang-tools-extra/test/clang-tidy/misc-unused-alias-decls.cpp