clang-tidy: [misc-unused-using-decls] Always use the canonical decl to
authorDaniel Jasper <djasper@google.com>
Wed, 20 Apr 2016 08:58:27 +0000 (08:58 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 20 Apr 2016 08:58:27 +0000 (08:58 +0000)
commita204c0ad180b27281985a9fd38b39f328cd1683b
treec9367c51d971010c5d4495c28c01780109dfbac8
parent89406d1815ddf8d88e9450bf3f980cfc2b625d99
clang-tidy: [misc-unused-using-decls] Always use the canonical decl to
identify things.

This fixes llvm.org/PR27430.

llvm-svn: 266864
clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h
clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp