index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zig_clang_cc1_main.cpp
Age
Commit message (
Expand
)
Author
2025-08-30
zig cc: update driver files to LLVM 21
Alex Rønne Petersen
2025-04-04
zig cc: Update driver files to Clang 20.
Alex Rønne Petersen
2024-09-19
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
Alex Rønne Petersen
2024-05-08
update ar and clang C++ files to LLVM 18
Andrew Kelley
2023-09-19
update ar and clang C++ files to LLVM 17
Andrew Kelley
2023-01-25
update clang and ar to llvm 16
Andrew Kelley
2022-07-28
update to LLVM 15
Andrew Kelley
2022-02-03
update llvm and clang tools to release/14.x
Andrew Kelley
2021-08-15
update clang tools to 13 rc1
Andrew Kelley
2021-02-25
fix to compile against 12.0.0-rc2
Michael Dusan
2020-07-24
update clang drivers from llvm 10 to 11
Andrew Kelley
2020-02-14
update clang drivers to llvm10.0.0rc2
Andrew Kelley
2020-01-29
update clang driver to release/10.x branch
Andrew Kelley
2020-01-16
update clang drivers to llvm 10.x (ac446302c)
Andrew Kelley
2019-10-12
More clang API changes
LemonBoy
2019-10-12
Replace llvm::make_unique with std::make_unique
LemonBoy
2019-09-19
stage1: fix gcc 9.1.0 compiler error on archlinux
Michael Dusan
2019-07-19
update clang driver code to llvm9
Andrew Kelley
2019-02-28
update clang driver code to 8.0.0rc3
Andrew Kelley
2019-02-24
zig cc: remove "polly" which was an undefined symbol on macos
Andrew Kelley
2019-02-24
add `zig cc` command to act like a C compiler
Andrew Kelley