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
/
clang_options_data.zig
Age
Commit message (
Expand
)
Author
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-05-08
zig cc: update clang CLI data to LLVM 18
Andrew Kelley
2024-03-27
mingw: support -municode
Elaine Gibson
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-09-19
zig cc: update clang CLI data to LLVM 17
Andrew Kelley
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-08
zig cc: handle the -r flag
Andrew Kelley
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-01-26
update clang options data to LLVM 16
Andrew Kelley
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2022-12-18
Add missing clang opts: -install_name and -undefined
Jakub Konka
2022-10-18
Revert "adding `static` and `dynamic` ZigEquivalent
Andrew Kelley
2022-10-13
adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...
cod1r
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-08
cc: add support for -M flag
Jakub Konka
2022-08-02
update clang CLI options to LLVM 15
Andrew Kelley
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-03
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-03
clang: parse --verbose flag as -v
Jakub Konka
2022-07-01
update clang command line options to LLVM 14
Andrew Kelley
2022-06-29
clang: add Zig equivalent for -headerpad_max_install_names cli flag
Jakub Konka
2022-06-28
clang: update cmdline options to include weak libs and frameworks
Jakub Konka
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-11
zig cc: integration with sysroot arg (#10568)
Jakub Konka
2021-11-26
zig cc: honor all -m and -mno- CPU feature flags
Andrew Kelley
2021-11-21
zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integration
Andrew Kelley
2021-11-21
zig cc: add -ffunction-sections integration
Andrew Kelley
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-09-16
zig cc: support -S and -emit-llvm CLI parameters
Andrew Kelley
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-06-11
zig cc: recognize more pie flags
Andrew Kelley
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-06-09
cc,wasi: support WASI reactors via -mexec-model flag.
Takeshi Yoneda
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-14
macho: fix various linker flags
Michael Dusan
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-04
zig cc: fix handling of -MM flag
Andrew Kelley
2021-02-26
zig cc: update clang command line options to LLVM 12 rc2
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-07
zig cc: recognize the `-s` flag to be "strip"
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2020-12-16
Update clang options
Jakub Konka
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-19
stage2: Make zig cc more verbose (#7166)
LemonBoy
[next]