From 9e2136d93092d68bc41807d8bd55f6de43a24788 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 16 Mar 2009 05:25:36 +0000 Subject: Driver: Sketch Tool and ToolChain classes. llvm-svn: 67036 --- clang/lib/Driver/Tool.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 clang/lib/Driver/Tool.cpp (limited to 'clang/lib/Driver/Tool.cpp') diff --git a/clang/lib/Driver/Tool.cpp b/clang/lib/Driver/Tool.cpp new file mode 100644 index 00000000000..52c047b8ddc --- /dev/null +++ b/clang/lib/Driver/Tool.cpp @@ -0,0 +1,15 @@ +//===--- Tool.cpp - Compilation Tools -----------------------------------*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "clang/Driver/Tool.h" + +using namespace clang::driver; + +Tool::~Tool() { +} -- cgit v1.2.3