clang
24.0.0git
lib
Driver
Tool.cpp
Go to the documentation of this file.
1
//===--- Tool.cpp - Compilation Tools -------------------------------------===//
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
#include "
clang/Driver/Tool.h
"
10
11
using namespace
clang::driver
;
12
13
Tool::Tool
(
const
char
*_Name,
const
char
*_ShortName,
const
ToolChain
&TC)
14
: Name(_Name), ShortName(_ShortName), TheToolChain(TC) {}
15
16
Tool::~Tool
() {}
Tool.h
clang::driver::ToolChain
ToolChain - Access to tools for a single platform.
Definition
ToolChain.h:96
clang::driver::Tool::~Tool
virtual ~Tool()
Definition
Tool.cpp:16
clang::driver::Tool::Tool
Tool(const char *Name, const char *ShortName, const ToolChain &TC)
Definition
Tool.cpp:13
clang::driver
Definition
Action.h:32
Generated on
for clang by
1.14.0