clang-1/lib
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
..
AST Support for IRGen of synthesize bitfield ivars in 2010-08-23 18:51:39 +00:00
Analysis Several small changes to PseudoConstantAnalysis and the way IdempotentOperationChecker uses it. 2010-08-23 19:51:57 +00:00
Basic fix PR7953 - Windows filename are case insensitive: 2010-08-23 23:50:42 +00:00
Checker Several small changes to PseudoConstantAnalysis and the way IdempotentOperationChecker uses it. 2010-08-23 19:51:57 +00:00
CodeGen Emit debug info for enum constants. 2010-08-23 22:07:25 +00:00
Driver Driver: Move Clang "triple" computation routines to method on the 2010-08-23 22:35:37 +00:00
Frontend Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers Add x86intrin.h which is generic x86 intrinsics for more than just Intel. Thus 2010-08-22 20:38:05 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Detabify. 2010-08-22 01:00:03 +00:00
Parse Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). 2010-08-23 23:25:46 +00:00
Rewrite Fix crasher with IgnoringDiagClient 2010-08-18 23:03:13 +00:00
Sema When calling a function or messaging a method marked "sentinel", add 2010-08-23 23:51:41 +00:00
Serialization Support for IRGen of synthesize bitfield ivars in 2010-08-23 18:51:39 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00