]> granicus.if.org Git - clang/history - lib/Driver/Job.cpp
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the language...
[clang] / lib / Driver / Job.cpp
2017-03-17 Zachary Turner[clang-cl] Fix cross-compilation with MSVC 2017.
2016-12-12 Bruno Cardoso Lopes[CrashReproducer] Collect PCH included via -include-pch
2016-12-09 Bruno Cardoso Lopes[CrashReproducer] Provide a clean dir path for -fmodule...
2016-12-09 Bruno Cardoso Lopes[CrashReproducer] Rewrite relative include paths
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-08 Mehdi AminiUse StringRef in Command::printArg() instead of raw...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-04-04 Bruno Cardoso Lopes[CrashReproducer] Pass -I, -F and -resource-dir to...
2016-04-01 Bruno Cardoso Lopes[CrashReproducer] Add -fmodule-cache-path to reproducer...
2016-03-01 Nico Weberclang-cl: Implement initial limited support for precomp...
2015-08-05 Justin BognerDriver: Strip -header-include-file and -diagnostic...
2015-07-17 Justin BognerDriver: Determine file names for crash reports more...
2015-07-15 Reid Kleckner[clang-cl] Use the Windows response file tokenizer
2015-07-09 Justin BognerDriver: Include the driver arguments in crash reports
2015-07-02 Justin BognerDriver: Remove the Job class. NFC
2015-07-02 Justin BognerDriver: Don't use reserved names. NFC
2015-03-12 Justin BognerDriver: Keep -isysroot flags in crash scripts if we...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops...
2014-10-21 Justin BognerDriver: Quote the command in crash reproduction scripts.
2014-10-21 Justin BognerDriver: Move crash report command mangling into Command...
2014-10-03 Justin BognerDriver: Use pointee_iterator rather than iterating...
2014-09-15 Reid KlecknerTeach Clang how to use response files when calling...
2014-09-04 David Blaikieunique_ptrify JobList::Jobs
2014-08-07 Reid KlecknerAdd back the leading space when printing commands with...
2014-08-05 Reid KlecknerMake crash diagnostics on Windows the tiniest bit more...
2014-06-22 Justin BognerDriver: Skip the -ivfsoverlay argument in driver crash...
2014-05-17 Craig Topper[C++11] Use 'nullptr'. Driver edition.
2014-04-22 Justin BognerDriver: Skip the -fmodules-cache-path argument in drive...
2014-02-19 Hans Wennborgclang-cl /fallback: turn the note into a warning
2014-02-18 Hans Wennborgclang-cl /fallback: emit a note when falling back
2013-09-19 Hans Wennborgclang-cl: implement /fallback mode
2013-09-18 Hans WennborgAdd comment about exporting clang::driver::ArgStringList,
2013-09-18 Hans WennborgRevert r190902 and r190906
2013-09-18 Hans WennborgRevert "Move using directive from Job.h to Job.cpp...
2013-09-17 Hans WennborgMove using directive from Job.h to Job.cpp
2013-09-12 Hans WennborgMove the execution code from Compilation::ExecuteComman...
2013-09-12 Hans WennborgMove Compilation::PrintJob and PrintDiagnosticJob into...
2013-09-06 Hans WennborgRemove unused method Job::AddCommand.
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-08-02 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-20 Chad RosierTemporarily revert r135614 while I fix the cmake build.
2011-07-20 Chad RosierWhen the compiler crashes, the compiler driver now...
2010-12-31 Nick LewyckyRemove stray emacs mode markers in all these files...
2010-08-02 Daniel DunbarDriver: Eliminate PipedJob, which is now unused.
2010-03-11 Daniel DunbarDriver: Free jobs in JobList and PipedJob instances.
2009-12-02 Daniel DunbarDriver: Add Command::Creator member variable, which...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-07-01 Daniel DunbarDriver: Add Source argument for Commands to hold the...
2009-03-18 Daniel DunbarDriver: ConstructJob also needs to know the destination...
2009-03-18 Daniel DunbarDriver: Rename Command::Argv to Command::Arguments...
2009-03-13 Daniel DunbarDriver: Add simple Job classes, simple wrappers for...