aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang_cc1_main.cpp
AgeCommit message (Collapse)Author
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