summaryrefslogtreecommitdiff
path: root/tools/driver/cc1_main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switch clang to use its own LLVMContext (not the global one).Daniel Dunbar2010-02-161-1/+1
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-1/+16
* clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar2010-02-031-0/+1
* cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar2010-01-131-87/+13
* cc1: Lift creation of the FrontendAction higher.Daniel Dunbar2010-01-131-7/+6
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-1/+0
* Fix pretty stack traces.Daniel Dunbar2009-12-161-2/+0
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-3/+3
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-131-9/+12
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Implement clang -cc1.Daniel Dunbar2009-12-111-3/+313
* Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar2009-11-301-68/+1
* Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...Daniel Dunbar2009-11-291-2/+3
* Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar2009-11-291-3/+5
* Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti...Daniel Dunbar2009-11-201-5/+5
* Fix some default in the option classes, and some CompilerInvocation argificationDaniel Dunbar2009-11-191-4/+4
* Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar2009-11-191-0/+88