clang-tools
20.0.0git
llvm-project
clang-tools-extra
clang-tidy
tool
ClangTidyMain.h
Go to the documentation of this file.
1
//===--- tools/extra/clang-tidy/ClangTidyMain.h - Clang tidy tool -------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
///
9
/// \file This file declares the main function for the clang-tidy tool.
10
///
11
/// This tool uses the Clang Tooling infrastructure, see
12
/// http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
13
/// for details on setting it up with LLVM source tree.
14
///
15
//===----------------------------------------------------------------------===//
16
17
namespace
clang::tidy
{
18
19
int
clangTidyMain
(
int
argc,
const
char
**argv);
20
21
}
// namespace clang::tidy
clang::tidy
Definition:
AbseilTidyModule.cpp:32
clang::tidy::clangTidyMain
int clangTidyMain(int argc, const char **argv)
Definition:
ClangTidyMain.cpp:357
Generated on Mon Nov 25 2024 17:13:41 for clang-tools by
1.9.6