summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up grammar a bit.Eric Christopher2013-02-181-2/+2
* Unify some code. No functional change.Eric Christopher2013-02-181-9/+3
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-3/+22
* [driver] Don't try to generate diagnostic information for dsymutil crashes.Chad Rosier2013-02-011-2/+3
* [driver] Clear the FailureResultFiles when initializing clang diagnostics. Also,Chad Rosier2013-01-291-6/+6
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-34/+41
* Fix comment.Eric Christopher2013-01-281-1/+1
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-6/+8
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-3/+6
* clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::Path...NAKAMURA Takumi2012-12-121-1/+2
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-1/+1
* Driver.cpp: Restore clang/Config/config.h to be included at last not to preve...NAKAMURA Takumi2012-12-051-1/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-13/+7
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+0
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-0/+16
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-091-1/+3
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-081-1/+1
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-16/+0
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-081-1/+1
* [Driver] Fix -Wp,-MMD pr13959Michael J. Spencer2012-11-071-3/+3
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-30/+30
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-311-3/+3
* [driver] Completely rework how superfluous options are stripped out of the crashChad Rosier2012-10-311-53/+2
* Fix if-else braces layout accordingly to the style guide.Simon Atanasyan2012-10-311-2/+1
* Extend -Bprefix functionality and make it closer to gcc. If the "prefix"Simon Atanasyan2012-10-311-6/+13
* Remove the -ccc-no-clang option.Rafael Espindola2012-10-311-3/+1
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-301-8/+3
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-301-10/+1
* Remove a bit of dead code.Rafael Espindola2012-10-291-6/+0
* [driver] Before applying the working directory check if the input pathArgyrios Kyrtzidis2012-10-261-2/+2
* [Options] Add prefixes to options.Michael J. Spencer2012-10-221-1/+1
* [Options] Make Option non clang specific.Michael J. Spencer2012-10-191-3/+3
* Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis2012-10-181-3/+3
* [Options] Make Option non clang specific.Michael J. Spencer2012-10-181-3/+3
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-38/+0
* Fix typo in comments.Logan Chien2012-10-041-2/+2
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-12/+6
* Fix typo in comments.Logan Chien2012-10-031-1/+1
* Modern objcective-C translator. When doing rewriting, Do not Fariborz Jahanian2012-09-281-0/+1
* Improve the driver title as shown in the --help message. <rdar://12297538>Bob Wilson2012-09-141-1/+1
* Make Option non virtual.Michael J. Spencer2012-08-201-2/+2
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+3
* Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes).Ted Kremenek2012-08-071-1/+2
* PR13529: Don't crash if the driver sees an unused input file when running asRichard Smith2012-08-061-4/+13
* No longer emitting a PCH file when using -fsyntax-only on a header file. Fix...Aaron Ballman2012-07-311-2/+8
* [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys...Chad Rosier2012-07-251-0/+2
* [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix,Chad Rosier2012-07-251-0/+5
* [driver crash diagnostics] A few enhancements:Chad Rosier2012-07-251-1/+19
* [Win32] Rework crash-report since r145389.NAKAMURA Takumi2012-07-171-7/+1
* 80-column and whitespace.Chad Rosier2012-07-091-8/+9
OpenPOWER on IntegriCloud