[clang-tidy] remove private decltypeType in TrailingReturnType
authorJonas Toth <jonas.toth@gmail.com>
Mon, 23 Jul 2018 16:30:13 +0000 (16:30 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Mon, 23 Jul 2018 16:30:13 +0000 (16:30 +0000)
commite8217f6a1f265e0bcd1f5a62d7c4c87c52424838
tree2b38ddc7bd5613ed9e8066dc236c9d8e5516ab08
parentc79b881ccd63fdedf917b2e766f02860dc97d124
[clang-tidy] remove private decltypeType in TrailingReturnType

Summary:
This patch removes a private matcher in fuchsia/TrailingReturnType check because
the matcher is now in ASTMatchers

Reviewers: aaron.ballman, alexfh, hokein

Reviewed By: aaron.ballman

Subscribers: xazax.hun, cfe-commits

Differential Revision: https://reviews.llvm.org/D49618

llvm-svn: 337707
clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.cpp