aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Driver/ToolChainTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-35/+36
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-36/+35
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-35/+36
2025-05-16[clang] Use llvm::replace (NFC) (#140264)Kazu Hirata1-9/+9
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda1-2/+1
2025-02-04[clang] UEFI targets must use CodeView. (#124660)Prabhuk1-0/+17
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-1/+1
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-1/+1
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-1/+1
2024-09-20Reland "[Driver] Add toolchain for X86_64 UEFI target" (#109364)Prabhuk1-0/+21
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan1-1/+1
2024-09-19Revert "[Driver] Add toolchain for X86_64 UEFI target" (#109340)Prabhuk1-21/+0
2024-09-19[Driver] Add toolchain for X86_64 UEFI target (#76838)Prabhuk1-0/+21
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree1-1/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-1/+1
2023-09-27[Driver] Fix VFSGnuLibcxxPathNoSysroot test with DEFAULT_SYSROOTSam McCall1-1/+2
2023-09-22[Driver] Fix detection of libc++ with empty sysroot. (#66947)Sam McCall1-0/+48
2023-08-16[Driver][unittest] Unbreak ToolChainTest.cpp compilation with -WerrorRainer Orth1-2/+1
2023-08-16[Driver] Select newest GCC installation on SolarisRainer Orth1-0/+149
2023-07-12[clang][clangd] Don't crash/assert on -gsplit-dwarf=single without outputDmitry Polukhin1-0/+10
2023-01-26[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson1-1/+1
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille1-1/+1
2022-11-16[Driver] Enable nested configuration filesSerge Pavlov1-0/+52
2022-11-03[Clang] Check for response file existence prior to check for recursionSerge Pavlov1-3/+4
2022-10-31Handle errors in expansion of response filesSerge Pavlov1-0/+201
2022-10-30Revert "Handle errors in expansion of response files"Serge Pavlov1-200/+0
2022-10-29Handle errors in expansion of response filesSerge Pavlov1-0/+200
2022-10-26[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder1-91/+0
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov1-0/+57
2022-09-09Revert "[Clang] Use virtual FS in processing config files"Serge Pavlov1-57/+0
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov1-0/+57
2022-08-18[NFC] Move DXC driver testsChris Bieneman1-209/+3
2022-08-18[HLSL] Set main as default entry.Xiang Li1-0/+29
2022-07-16[test] Fix memory leak in validateTargetProfileVitaly Buka1-43/+48
2022-07-16[test] Don't leak DerivedArgList in testVitaly Buka1-6/+10
2022-06-13[clang][driver] fix to correctly set devtoolset on RHELQuinn Pham1-10/+10
2022-06-09[clang][tests] Add missing compiler nameTimm Bäder1-2/+2
2022-06-03[clang][driver] Dynamically select gcc-toolset/devtoolsetTimm Bäder1-0/+91
2022-05-31[HLSL][clang][Driver] Parse target profile early to update Driver::TargetTriple.Xiang Li1-104/+55
2022-05-23Revert "[clang][driver] Dynamically select gcc-toolset/devtoolset version"Timm Bäder1-88/+0
2022-05-23[clang][driver] Dynamically select gcc-toolset/devtoolset versionTimm Bäder1-0/+88
2022-04-30ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]NAKAMURA Takumi1-5/+5
2022-04-29[HLSL][clang][Driver] Support validator version command line option.python3kgae1-25/+129
2022-04-15Blind stab in the dark to fix a bot failureChris Bieneman1-0/+2
2022-04-15[HLSL][clang][Driver] Support target profile command line option.Xiang Li1-0/+143
2021-12-09[clang] Fix a misadjusted path style comparison in a unittestMartin Storsjö1-1/+1
2021-10-29Support: Use sys::path::is_style_{posix,windows}() in a few placesDuncan P. N. Exon Smith1-9/+6
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-09-07[clang][Driver] Pick the last --driver-mode in case of multiple onesKadir Cetinkaya1-0/+7
2021-07-27[clang][driver] NFC: Expose InputInfo in Job instead of plain filenamesJan Svoboda1-2/+2