[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
authorAlexander Kornienko <alexfh@google.com>
Wed, 3 Apr 2019 14:03:43 +0000 (14:03 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 3 Apr 2019 14:03:43 +0000 (14:03 +0000)
commitee737a84d75b701c2ae3a8c9a0abbae63fc330af
tree1f1c5657823c1fbde620648294137c2c0a7502b0
parentfb0e8082d412b58660f8828109d36d28088c193d
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method

Summary:
All in-tree clang-tidy checks have been migrated to the new
ClangTidyCheck::registerPPCallbacks method. Time to drop the old one.

Reviewers: sammccall, hokein

Reviewed By: hokein

Subscribers: xazax.hun, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

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

llvm-svn: 357582
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/ClangTidyCheck.h
clang-tools-extra/clangd/ClangdUnit.cpp
clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h