aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang_cc1_main.cpp
AgeCommit message (Collapse)Author
2022-07-28update to LLVM 15Andrew Kelley
release/15.x 37007475ca1b345b4c5d340e228bcd7a62732d81
2022-02-03update llvm and clang tools to release/14.xAndrew Kelley
upstream commit 91632c8ac97fa3daffe4ff8f1391735b5d6805e6
2021-08-15update clang tools to 13 rc1Andrew Kelley
2021-02-25fix to compile against 12.0.0-rc2Michael Dusan
2020-07-24update clang drivers from llvm 10 to 11Andrew Kelley
2020-02-14update clang drivers to llvm10.0.0rc2Andrew Kelley
2020-01-29update clang driver to release/10.x branchAndrew Kelley
upstream commit 967658150edb2cbb860c19ce54ac1e216bdc8461
2020-01-16update clang drivers to llvm 10.x (ac446302c)Andrew Kelley
2019-10-12More clang API changesLemonBoy
2019-10-12Replace llvm::make_unique with std::make_uniqueLemonBoy
2019-09-19stage1: fix gcc 9.1.0 compiler error on archlinuxMichael Dusan
2019-07-19update clang driver code to llvm9Andrew Kelley
upstream commit 1931d3cb20a00da732c5210b123656632982fde0
2019-02-28update clang driver code to 8.0.0rc3Andrew Kelley
2019-02-24zig cc: remove "polly" which was an undefined symbol on macosAndrew Kelley
2019-02-24add `zig cc` command to act like a C compilerAndrew Kelley
closes #490