summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include -D files in crash report repro scripts. (PR13255)David Blaikie2012-07-021-1/+0
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-1/+5
* [driver] Per Bob's suggestion, emphasize the file dumps.Chad Rosier2012-06-191-7/+8
* [driver] Print the compiler version before the diagnostic messages.Chad Rosier2012-06-191-3/+3
* [driver] Make the crash diagnostic message more visable. Bug reports are beingChad Rosier2012-06-191-2/+5
* [driver] Have the crash diagnostics print the clang version information.Chad Rosier2012-05-231-0/+3
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-1/+1
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-1/+1
* StringRefize code because we're good even when we crash.Chad Rosier2012-05-041-6/+6
* [driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier2012-05-031-1/+13
* [driver - crash diagnostics] Only write the failing command in the script.Chad Rosier2012-05-031-1/+6
* [driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier2012-05-031-3/+16
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-1/+1
OpenPOWER on IntegriCloud