[PATCH] D73300: [clang-tidy] Add library for clang-tidy main function
Dmitry Polukhin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 14:51:44 PST 2020
DmitryPolukhin created this revision.
DmitryPolukhin added reviewers: smeenai, gribozavr, stephanemoore.
DmitryPolukhin added projects: clang-tools-extra, clang.
Herald added subscribers: xazax.hun, mgorny.
This library allows to create clang-tidy tools with custom checks outside of llvm repo
using prebuilt clang release tarball.
Test Plan:
Checked that clang-tidy works as before. New library exists in istall dir.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73300
Files:
clang-tools-extra/clang-tidy/tool/CMakeLists.txt
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.h
clang-tools-extra/clang-tidy/tool/ClangTidyToolMain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73300.240019.patch
Type: text/x-patch
Size: 3662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200123/16a1cd75/attachment.bin>
More information about the cfe-commits
mailing list