aboutsummaryrefslogtreecommitdiff
path: root/src/clang_options_data.zig
AgeCommit message (Expand)Author
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-05-08zig cc: update clang CLI data to LLVM 18Andrew Kelley
2024-03-27mingw: support -municodeElaine Gibson
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-09-19zig cc: update clang CLI data to LLVM 17Andrew Kelley
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-08zig cc: handle the -r flagAndrew Kelley
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-01-26update clang options data to LLVM 16Andrew Kelley
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-10-18Revert "adding `static` and `dynamic` ZigEquivalentAndrew Kelley
2022-10-13adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...cod1r
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-08cc: add support for -M flagJakub Konka
2022-08-02update clang CLI options to LLVM 15Andrew Kelley
2022-07-11stage2: cleanups to --compress-debug-sectionsAndrew Kelley
2022-07-05CLI: add support for -fno-builtinAndrew Kelley
2022-07-03Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-03clang: parse --verbose flag as -vJakub Konka
2022-07-01update clang command line options to LLVM 14Andrew Kelley
2022-06-29clang: add Zig equivalent for -headerpad_max_install_names cli flagJakub Konka
2022-06-28clang: update cmdline options to include weak libs and frameworksJakub Konka
2022-03-04zig cc: integrate with -fstack-check, -fno-stack-checkAndrew Kelley
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-11zig cc: integration with sysroot arg (#10568)Jakub Konka
2021-11-26zig cc: honor all -m and -mno- CPU feature flagsAndrew Kelley
2021-11-21zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integrationAndrew Kelley
2021-11-21zig cc: add -ffunction-sections integrationAndrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
2021-09-16zig cc: support -S and -emit-llvm CLI parametersAndrew Kelley
2021-09-01stage2: update for new usingnamespace semanticsAndrew Kelley
2021-06-11zig cc: recognize more pie flagsAndrew Kelley
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-09cc,wasi: support WASI reactors via -mexec-model flag.Takeshi Yoneda
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-14macho: fix various linker flagsMichael Dusan
2021-03-04Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-04zig cc: fix handling of -MM flagAndrew Kelley
2021-02-26zig cc: update clang command line options to LLVM 12 rc2Andrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-07zig cc: recognize the `-s` flag to be "strip"Andrew Kelley
2021-01-23add LTO supportAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2020-12-16Update clang optionsJakub Konka
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy