[PATCH] D106516: to run test only

2021-07-21 Thread Chih-Hung Hsieh via Phabricator via cfe-commits
chh updated this revision to Diff 360688. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106516/new/ https://reviews.llvm.org/D106516 Files: clang-tools-extra/clang-tidy/ClangTidy.cpp clang/include/clang/ASTMatchers/ASTMatchFinder.h clang/include/clang/Frontend/MultiplexConsumer.h

[PATCH] D106516: to run test only

2021-07-21 Thread Chih-Hung Hsieh via Phabricator via cfe-commits
chh created this revision. chh requested review of this revision. Herald added a project: clang-tools-extra. Herald added a subscriber: cfe-commits. DO NOT SUBMIT. Only to run tests. https://reviews.llvm.org/D106516 Files: clang-tools-extra/clang-tidy/ClangTidy.cpp Index: clang-tools-extra/