summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Job.cpp
AgeCommit message (Expand)Author
2025-10-15[ADT] Migrate StringSwitch Cases with 6+ arguments to new overload. NFC. (#16...Jakub Kuderski
2025-05-11[Driver] Use StringRef::substr instead of StringRef::slice (NFC) (#139455)Kazu Hirata
2025-05-08[clang][Darwin] Remove legacy framework search path logic in the frontend (#1...Ian Anderson
2025-03-26[Driver] Use a range constructor of StringSet (NFC) (#133201)Kazu Hirata
2024-11-15[Driver] Remove unused includes (NFC) (#116316)Kazu Hirata
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-05-30[Driver] Remove unused class ForceSuccessCommandKazu Hirata
2023-02-10[llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault
2022-08-30[AIX][clang][driver] Check the command string to the linker for exportlist optszhijian
2021-12-21[Clang] Own the CommandLineArgs in CodeGenOptionsAlexandre Ganea
2021-07-27[clang][driver] NFC: Expose InputInfo in Job instead of plain filenamesJan Svoboda
2021-07-27[clang][driver] NFC: Move InputInfo.h from lib to includeJan Svoboda
2021-02-04[clang-cl] Remove the /fallback optionHans Wennborg
2020-11-13[Driver] Add option -fproc-stat-reportSerge Pavlov
2020-10-08[Driver] Add output file to properties of CommandSerge Pavlov
2020-06-29Clang Driver: refactor support for writing response files to beJames Y Knight
2020-06-18[Clang] Move clang::Job::printArg to llvm::sys::printArg. NFCI.Alexandre Ganea
2020-02-12[Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea
2020-01-21[PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea
2020-01-21Revert "[Clang] Un-break scan-build after integrated-cc1 change"Alexandre Ganea
2020-01-21[Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea
2020-01-13[Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea
2019-04-24Fix unquoted spaces in args in clang --verbose outputHans Wennborg
2019-03-31Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-13Re-commit r344234 "clang-cl: Add /showFilenames option (PR31957)"Hans Wennborg
2018-10-12Consistently make llvm::opt::ArgStringList usage explicit to try and appease ...Simon Pilgrim
2018-10-11Revert "clang-cl: Add /showFilenames option (PR31957)"Sean Fertile
2018-10-11clang-cl: Add /showFilenames option (PR31957)Hans Wennborg
2018-07-03Fix crash in clang.Zachary Turner
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-20[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-10-20Revert r316193.Richard Smith
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu
2017-09-13Attempt to fix MSVC build.Alexander Kornienko
2017-09-13Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko
2017-05-01The -coverage-file flag was removed in r280306, and this piece was missed; NFC.Aaron Ballman
2017-03-17[clang-cl] Fix cross-compilation with MSVC 2017.Zachary Turner
2016-12-12[CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes
2016-12-09[CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes
2016-12-09[CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes