[all-commits] [llvm/llvm-project] 3f8b10: [clang-tidy] Add library for clang-tidy main function

Dmitry Polukhin via All-commits all-commits at lists.llvm.org
Fri Jan 24 13:02:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f8b100e94b5c848843fa91c9782d9d4df4bb026
      https://github.com/llvm/llvm-project/commit/3f8b100e94b5c848843fa91c9782d9d4df4bb026
  Author: Dmitry Polukhin <dmitry.polukhin at gmail.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    A clang-tools-extra/clang-tidy/tool/ClangTidyMain.h
    A clang-tools-extra/clang-tidy/tool/ClangTidyToolMain.cpp

  Log Message:
  -----------
  [clang-tidy] Add library for clang-tidy main function

Summary:
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.

Reviewers: smeenai, gribozavr, stephanemoore

Subscribers: mgorny, xazax.hun, cfe-commits

Tags: #clang-tools-extra, #clang

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




More information about the All-commits mailing list