aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang_driver.cpp
AgeCommit message (Expand)Author
2025-08-30zig cc: update driver files to LLVM 21Alex Rønne Petersen
2025-04-04zig cc: Update driver files to Clang 20.Alex Rønne Petersen
2024-09-19compiler: Update LLVM/Clang driver files to LLVM/Clang 19.Alex Rønne Petersen
2024-05-08clang patch: update main functionAndrew Kelley
2024-05-08update ar and clang C++ files to LLVM 18Andrew Kelley
2023-09-19clang patch: update main functionAndrew Kelley
2023-09-19update ar and clang C++ files to LLVM 17Andrew Kelley
2023-01-25update clang and ar to llvm 16Andrew Kelley
2022-07-28update to LLVM 15Andrew Kelley
2022-02-03apply zig patches to clang and llvm toolsAndrew Kelley
2022-02-03update llvm and clang tools to release/14.xAndrew Kelley
2021-08-15update clang tools to 13 rc1Andrew Kelley
2021-07-10Fix argument forwarding to LLVM on WindowsMartin Wickham
2021-05-24clang driver: fix lost argv[0]Michael Dusan
2020-12-16Update clang driversJakub Konka
2020-07-24update clang drivers from llvm 10 to 11Andrew Kelley
2020-01-29update clang driver to release/10.x branchAndrew Kelley
2020-01-16update clang drivers to llvm 10.x (ac446302c)Andrew Kelley
2019-10-12Replace usage of createDriverOptTableLemonBoy
2019-09-22stage1: fix lost argv[0]Michael Dusan
2019-07-19update clang driver code to llvm9Andrew Kelley
2019-02-28update clang driver code to 8.0.0rc3Andrew Kelley
2019-02-24zig cc: work around clang calling GetCommandLine on WindowsAndrew Kelley
2019-02-24add `zig cc` command to act like a C compilerAndrew Kelley