 |
|
 |
|
| Files: |
1 |
|
Branches Taken: |
50.0% |
3 / 6 |
| Generated: |
2010-02-10 01:31 |
|
Branches Executed: |
33.3% |
2 / 6 |
| |
|
Line Coverage: |
100.0% |
5 / 5 |
| |
 |
|
 |
1 : //===--- Tool.cpp - Compilation Tools -----------------------------------*-===//
2 : //
3 : // The LLVM Compiler Infrastructure
4 : //
5 : // This file is distributed under the University of Illinois Open Source
6 : // License. See LICENSE.TXT for details.
7 : //
8 : //===----------------------------------------------------------------------===//
9 :
10 : #include "clang/Driver/Tool.h"
11 :
12 : using namespace clang::driver;
13 :
14 260: Tool::Tool(const char *_Name, const ToolChain &TC) : Name(_Name),
15 260: TheToolChain(TC) {
16 260: }
17 :
18 260: Tool::~Tool() {
260: branch 0 taken
260: branch 1 taken
0: branch 3 not taken
0: branch 4 not taken
0: branch 6 not taken
260: branch 7 taken
19 260: }
Generated: 2010-02-10 01:31 by zcov