summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Driver.h
Commit message (Expand)AuthorAgeFilesLines
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-3/+3
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-1/+1
* Driver: reduce search logic duplicationSaleem Abdulrasool2014-10-251-0/+3
* Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-201-1/+1
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-4/+8
* unique_ptrify Driver Action handlingDavid Blaikie2014-08-291-2/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+0
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Fix clang-cl Driver leakHans Wennborg2014-05-021-1/+1
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-0/+4
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-7/+0
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-031-3/+0
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-0/+9
* clang-cl: Sink /Fe and /Fo diagnostic code into BuildActionsHans Wennborg2013-08-121-2/+2
* clang-cl: Use .obj as object file extension instead of .oHans Wennborg2013-08-071-0/+3
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-271-0/+4
* Remove the -ccc-echo option that is now unused.Rafael Espindola2013-07-231-3/+0
* Add a cl.exe compatible driver modeHans Wennborg2013-07-191-1/+2
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-181-2/+11
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-18/+17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-5/+13
* Driver: implement --dyld-prefix option.Peter Collingbourne2013-05-271-0/+3
* [driver] Allow multiple -arch options with -save-temps by adding the arch nameChad Rosier2013-04-301-1/+6
* Remove unused argument.Rafael Espindola2013-03-181-2/+1
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+0
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+0
* Typo.Chad Rosier2012-11-161-1/+1
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-0/+5
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-5/+0
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-081-6/+0
* Remove the -ccc-no-clang option.Rafael Espindola2012-10-311-3/+0
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-301-4/+0
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-301-3/+0
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-4/+0
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-5/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-10/+9
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-0/+6
* Missing period.Chad Rosier2012-03-061-1/+1
* Delete still more remnants of the now dead HostInfo. The janitoring willChandler Carruth2012-01-251-9/+0
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-0/+17
* Remove the TargetTriple object that I added to the Driver recently. ThisChandler Carruth2012-01-251-5/+0
* Hoist the targeted triple object into an actual object in the Driver.Chandler Carruth2012-01-241-1/+6
* rename DefaultHostTriple into DefaultTargetTripleSebastian Pop2012-01-131-3/+3
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-3/+3