summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver: Use "g++" as generic gcc name when running in C++ mode, for platformsDaniel Dunbar2009-12-251-1/+3
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-2/+2
* Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola2009-12-041-3/+14
* Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar2009-11-301-7/+6
* Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar2009-11-291-2/+4
* Add a workaround to silence a bogus g++-4.4 -pedantic warning.Benjamin Kramer2009-11-201-1/+3
* Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar2009-11-191-0/+7
* Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar2009-11-191-1/+0
* Fix unsafe use of StringRef I introduced.Daniel Dunbar2009-11-111-2/+3
* Driver: Run 'clang' in C++ mode based on the name it was invoked by. We matchDaniel Dunbar2009-11-101-0/+9
* Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar2009-09-221-1/+6
* Fix indentation / trailing white space.Daniel Dunbar2009-07-171-51/+51
* [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS.Daniel Dunbar2009-07-161-11/+26
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-1/+1
* Revert to using &...[0] for std::vector, apparently .data isn't generallyDaniel Dunbar2009-05-261-2/+2
* Use .data() vs &...[0]Daniel Dunbar2009-05-261-2/+2
* The driver/diagnostic client don't need to be on the heap.Daniel Dunbar2009-05-261-12/+10
* Support QA_OVERRIDE_GCC3_OPTIONSDaniel Dunbar2009-04-171-10/+111
* Driver: CCC_ADD_ARGS could end up using dangling pointers.Daniel Dunbar2009-04-101-1/+1
* Allow CCC_ADD_ARGS to add empty argumentsDaniel Dunbar2009-04-011-5/+3
* Support CCC_ADD_ARGS in new driver.Daniel Dunbar2009-04-011-2/+37
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-7/+5
* Rename clang-driver to clang.Daniel Dunbar2009-03-241-0/+1
* Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar2009-03-211-8/+4
* Driver: Get executable path using llvm::sys::Path::GetMainExecutable.Daniel Dunbar2009-03-181-5/+8
* Driver: Use custom diag printer to drop dependency on libFrontend andDaniel Dunbar2009-03-181-7/+38
* Driver: Use PrettyStackTrace.Daniel Dunbar2009-03-181-1/+8
* Driver: Implement majority tool binding logic.Daniel Dunbar2009-03-161-0/+1
* Driver: Return 0 from BuildCompilation on -ccc-print-phases,Daniel Dunbar2009-03-131-0/+2
* Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar2009-03-121-2/+16
* Driver: Add host info.Daniel Dunbar2009-03-101-1/+5
* Driver: Handle magic -ccc- options.Daniel Dunbar2009-03-101-1/+8
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-1/+1
* Driver: More Option implementation.Daniel Dunbar2009-03-041-0/+3
* Sketch Driver Option classes.Daniel Dunbar2009-03-031-2/+2
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+29
OpenPOWER on IntegriCloud