clang-1/include
Peter Collingbourne 1b7255de78 Move ExecuteCompilerInvocation to a new library FrontendTool
r110903 introduced a dependency from Frontend to every library that
declared an Action by introducing Action references that previously
resided in the driver in the file ExecuteCompilerInvocation.cpp.
This patch moves ExecuteCompilerInvocation to a new library named
FrontendTool which is intended to bear these dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111873 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-24 00:31:22 +00:00
..
clang Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
clang-c Introduce new libclang API functions that determine the availability 2010-08-23 23:00:57 +00:00
CMakeLists.txt
Makefile