aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/cc1_main.cpp
AgeCommit message (Expand)Author
2010-02-21Remove unused includes.Daniel Dunbar
2010-02-16CompilerInstance: Move LLVMContext member out of constructor.Daniel Dunbar
2010-02-16Switch clang to use its own LLVMContext (not the global one).Daniel Dunbar
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor
2010-02-03clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar
2010-01-13cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar
2010-01-13cc1: Lift creation of the FrontendAction higher.Daniel Dunbar
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam
2009-12-16Fix pretty stack traces.Daniel Dunbar
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-11Implement clang -cc1.Daniel Dunbar
2009-11-30Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar
2009-11-29Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...Daniel Dunbar
2009-11-29Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar
2009-11-20Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti...Daniel Dunbar
2009-11-19Fix some default in the option classes, and some CompilerInvocation argificationDaniel Dunbar
2009-11-19Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar