summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver: Produce crash diagnostics more often on WindowsReid Kleckner2014-07-071-2/+7
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-5/+5
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-2/+3
* Be case sensitive when determining driver mode based on argv[0] except on Win...Hans Wennborg2014-03-111-0/+3
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+4
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson2014-02-231-5/+1
* Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson2014-01-151-4/+8
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren2013-11-061-1/+1
* Driver: Use the canonical command line arguments.David Majnemer2013-10-071-1/+10
* clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix.Reid Kleckner2013-09-041-2/+2
* clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exeReid Kleckner2013-09-041-1/+8
* Fix iterator invalidation. PR16935.Eli Friedman2013-08-201-3/+4
* Look at lowercase version of argv[0] when determining driver modeHans Wennborg2013-08-201-0/+2
* Remove misleading comment about using cc1 option table.Hans Wennborg2013-08-081-4/+4
* Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.Rafael Espindola2013-07-231-19/+0
* Add a cl.exe compatible driver modeHans Wennborg2013-07-191-0/+2
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-181-16/+16
* [Driver] Use LLVM's response file parser because it can read UTF-16Reid Kleckner2013-07-181-75/+16
* Revert 186302 to fix build bots.Craig Topper2013-07-151-1/+1
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+2
* Remove unused header.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-7/+6
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+4
* Update for llvm change.Rafael Espindola2013-06-131-2/+2
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-1/+1
* Remove a FIXME that's not planned to be fixed. We only generated crashChad Rosier2013-03-261-3/+0
* Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer2013-03-101-1/+1
* [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier2013-02-211-26/+26
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+3
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-8/+24
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-1/+1
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-251-2/+5
* Sort #include lines for tools/...Chandler Carruth2012-12-041-9/+8
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-6/+1
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-121-2/+3
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-6/+6
* Just revert r163605 for now. It broke the build and had someChandler Carruth2012-09-111-26/+11
* Select the correct, or, failing that, compatible, dialect when invoked as cc,David Chisnall2012-09-111-11/+26
* [Win32] Rework crash-report since r145389.NAKAMURA Takumi2012-07-171-0/+8
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-2/+2
* Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier2012-04-201-0/+4
OpenPOWER on IntegriCloud